Fix WASMD_ENABLED -> SIMAPP_ENABLED
This commit is contained in:
parent
de07ad311b
commit
a8d8a0dfc2
@ -14,6 +14,6 @@ module.exports = [
|
||||
path: distdir,
|
||||
filename: "tests.js",
|
||||
},
|
||||
plugins: [new webpack.EnvironmentPlugin(["WASMD_ENABLED"])],
|
||||
plugins: [new webpack.EnvironmentPlugin(["SIMAPP_ENABLED"])],
|
||||
},
|
||||
];
|
||||
|
||||
@ -14,6 +14,6 @@ module.exports = [
|
||||
path: distdir,
|
||||
filename: "tests.js",
|
||||
},
|
||||
plugins: [new webpack.EnvironmentPlugin(["WASMD_ENABLED"])],
|
||||
plugins: [new webpack.EnvironmentPlugin(["SIMAPP_ENABLED"])],
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user