cosmwasm: Add CW1/CW3 env variables to webpack

This commit is contained in:
willclarktech
2020-12-15 12:17:12 +00:00
parent afba99f88c
commit 65fe7fa4a2
+3 -1
View File
@@ -14,6 +14,8 @@ module.exports = [
path: distdir,
filename: "tests.js",
},
plugins: [new webpack.EnvironmentPlugin(["LAUNCHPAD_ENABLED", "ERC20_ENABLED"])],
plugins: [
new webpack.EnvironmentPlugin(["LAUNCHPAD_ENABLED", "ERC20_ENABLED", "CW3_ENABLED", "CW1_ENABLED"]),
],
},
];