diff options
author | daurnimator <quae@daurnimator.com> | 2018-03-26 00:32:18 +1100 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2018-03-26 01:41:44 +1100 |
commit | 9be9e8f889d17841ac0018fd2c4b28255fa4387b (patch) | |
tree | 9db5e322fcf0a1c550e06484aeb18ad4b53df522 /webpack.config.js | |
parent | c7ef3aada90e6930bc29a1fc22d82f29f51bed91 (diff) | |
download | fengari-9be9e8f889d17841ac0018fd2c4b28255fa4387b.tar.gz fengari-9be9e8f889d17841ac0018fd2c4b28255fa4387b.tar.bz2 fengari-9be9e8f889d17841ac0018fd2c4b28255fa4387b.zip |
webpack.config.js: disable FENGARICONF for web builds
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 3916cf2..42444f1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -30,6 +30,7 @@ module.exports = [ }, plugins: [ new webpack.DefinePlugin({ + "process.env.FENGARICONF": "void 0", "typeof process": JSON.stringify("undefined") }) ] |