Skip to content

Commit 9b04c05

Browse files
author
Ivan Sinkarenko
committed
Fix webpack warning
1 parent 28977d8 commit 9b04c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module.exports = {
66
entry: {
77
'bootstrap.customized.js': './bootstrap.customized.js',
88
},
9+
mode: 'production',
910
output: {
1011
filename: '[name]',
1112
path: path.resolve(__dirname, '../simple_repository_browser/static/vendored/')

0 commit comments

Comments
 (0)