File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ module.exports = function(config) {
84
84
resolve : {
85
85
extensions : [ '.js' , '.json' ]
86
86
} ,
87
+ mode : 'development' ,
87
88
} ,
88
89
webpackMiddleware : {
89
90
noInfo : true ,
Original file line number Diff line number Diff line change 27
27
"karma-phantomjs2-launcher" : " ^0.5.0" ,
28
28
"karma-sauce-launcher" : " ^1.2.0" ,
29
29
"karma-sourcemap-loader" : " ^0.3.7" ,
30
- "karma-webpack" : " ^2 .0.6 " ,
30
+ "karma-webpack" : " ^3 .0.0 " ,
31
31
"mocha" : " ^5.0.0" ,
32
32
"npm-run-all" : " ^4.1.2" ,
33
33
"text-encoding" : " ^0.6.0" ,
34
- "webpack" : " ^3.10.0"
34
+ "webpack" : " ^4.0.0" ,
35
+ "webpack-cli" : " ^2.0.13"
35
36
},
36
37
"author" : {
37
38
"name" : " Pine Mizune" ,
Original file line number Diff line number Diff line change @@ -22,4 +22,5 @@ module.exports = {
22
22
resolve : {
23
23
extensions : [ '.js' , '.json' ]
24
24
} ,
25
+ mode : 'development' ,
25
26
}
You can’t perform that action at this time.
0 commit comments