Skip to content

Commit d022a45

Browse files
webpack default config to production
1 parent dab9802 commit d022a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var rules = [
2020
}
2121
];
2222

23-
var mode = 'development';
23+
var mode = 'production';
2424

2525
var plugins = [];
2626

0 commit comments

Comments
 (0)