diff --git a/services/web/webpack.config.js b/services/web/webpack.config.js index 3f7c199b07..7210a27488 100644 --- a/services/web/webpack.config.js +++ b/services/web/webpack.config.js @@ -45,7 +45,9 @@ module.exports = { use: [{ loader: 'babel-loader', options: { - presets: ['env'], + presets: [ + ['env', { modules: false }] + ], // Configure babel-loader to cache compiled output so that subsequent // compile runs are much faster cacheDirectory: true