From dee3ae88feee44f07481d97d1acc6cd7607668b7 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 17 May 2017 14:34:12 +1000 Subject: webpack.config.js: Babili should run *after* define --- webpack.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webpack.config.js') diff --git a/webpack.config.js b/webpack.config.js index a776a44..7fbcf86 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -32,10 +32,10 @@ module.exports = [ "crypto": "crypto" }, plugins: [ - new BabiliPlugin(), new webpack.DefinePlugin({ WEB: JSON.stringify(true), - }) + }), + new BabiliPlugin() ] } ]; -- cgit v1.2.3-54-g00ecf