diff options
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 e1915535a..2a1f13dce 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -4,6 +4,7 @@ const merge = require('webpack-merge'); module.exports = function (env) { + env = env || {}; const base = { output: { filename: '[name]-bundle.js', |