We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763f3b0 commit d748e8bCopy full SHA for d748e8b
webpack.config.js
@@ -4,7 +4,7 @@ const webpack = require( 'webpack' );
4
module.exports = ( env, options ) => {
5
return {
6
mode : 'production',
7
- watch : true,
+ watch : false,
8
devtool : false,
9
10
entry : {
0 commit comments