diff --git a/webpack.config.js b/webpack.config.js index afc7b923..d0a34572 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -30,4 +30,5 @@ module.exports = { filename: "[name].bundle.js", path: path.resolve(__dirname, "assets/built"), }, + mode: 'production' };