File tree 2 files changed +8
-7
lines changed
js/example-frontend-js/npm
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 6
6
"type" : " git" ,
7
7
"url" : " https://github.com/Kotlin/kotlinx.coroutines.git"
8
8
},
9
- "dependencies" : {
10
- "webpack" : " 3.10.0" ,
11
- "html-webpack-plugin" : " 2.30.1" ,
12
- "style-loader" : " 0.19.1" ,
13
- "css-loader" : " 0.28.7"
14
- },
15
9
"devDependencies" : {
16
- "webpack-dev-server" : " 2.9.7"
10
+ "webpack" : " 4.29.1" ,
11
+ "webpack-cli" : " 3.2.3" ,
12
+ "webpack-dev-server" : " 3.1.14" ,
13
+ "html-webpack-plugin" : " 3.2.0" ,
14
+ "uglifyjs-webpack-plugin" : " 2.1.1" ,
15
+ "style-loader" : " 0.23.1" ,
16
+ "css-loader" : " 2.1.0"
17
17
},
18
18
"scripts" : {
19
19
"bundle" : " webpack" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const path = require("path");
12
12
const dist = path . resolve ( __dirname , "dist" ) ;
13
13
14
14
module . exports = {
15
+ mode : "production" ,
15
16
entry : {
16
17
main : "main"
17
18
} ,
You can’t perform that action at this time.
0 commit comments