Skip to content

Commit 010d0bc

Browse files
committed
fix npm warning
1 parent 54b4e06 commit 010d0bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const path = require('path');
3434
*/
3535
module.exports = [
3636
{
37+
mode: 'production',
3738
entry: {
3839
'libs': path.resolve(__dirname, 'public/js/libs.js'),
3940
},

0 commit comments

Comments
 (0)