cosmwasm: Add CW1/CW3 env variables to webpack

This commit is contained in:
willclarktech 2020-12-10 17:51:25 +00:00
parent afba99f88c
commit 65fe7fa4a2
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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"]),
],
},
];