We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd16acc commit 4172fe6Copy full SHA for 4172fe6
webpack.config.js
@@ -39,5 +39,5 @@ module.exports = {
39
path: path.join(__dirname, 'webpack_out'),
40
filename: 'main.js'
41
},
42
- mode: 'development'
+ mode: 'production'
43
};
0 commit comments