Skip to content

Commit 2bba85f

Browse files
committed
Modified Webpack configuration to do production build.
1 parent 2efb380 commit 2bba85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ module.exports = {
3939
path: path.join(__dirname, 'webpack_out'),
4040
filename: 'main.js'
4141
},
42-
mode: 'development'
42+
mode: 'production'
4343
};

0 commit comments

Comments
 (0)