From a8d8a0dfc227d8aa528946759faada398a53766f Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 6 Aug 2020 10:56:32 +0200 Subject: [PATCH] Fix WASMD_ENABLED -> SIMAPP_ENABLED --- packages/proto-signing/webpack.web.config.js | 2 +- packages/stargate/webpack.web.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/proto-signing/webpack.web.config.js b/packages/proto-signing/webpack.web.config.js index 7373cace..92be1e90 100644 --- a/packages/proto-signing/webpack.web.config.js +++ b/packages/proto-signing/webpack.web.config.js @@ -14,6 +14,6 @@ module.exports = [ path: distdir, filename: "tests.js", }, - plugins: [new webpack.EnvironmentPlugin(["WASMD_ENABLED"])], + plugins: [new webpack.EnvironmentPlugin(["SIMAPP_ENABLED"])], }, ]; diff --git a/packages/stargate/webpack.web.config.js b/packages/stargate/webpack.web.config.js index 7373cace..92be1e90 100644 --- a/packages/stargate/webpack.web.config.js +++ b/packages/stargate/webpack.web.config.js @@ -14,6 +14,6 @@ module.exports = [ path: distdir, filename: "tests.js", }, - plugins: [new webpack.EnvironmentPlugin(["WASMD_ENABLED"])], + plugins: [new webpack.EnvironmentPlugin(["SIMAPP_ENABLED"])], }, ];