File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 15
15
"@babel/preset-env" : " ^7.2.3" ,
16
16
"@babel/runtime" : " ^7.2.0" ,
17
17
"babel-loader" : " ^8.0.5" ,
18
- "css-loader" : " ^2.1.0 " ,
19
- "eslint" : " ^5.12.1 " ,
20
- "mini-css-extract-plugin" : " ^0.6 .0" ,
18
+ "css-loader" : " ^3.4.2 " ,
19
+ "eslint" : " ^6.8.0 " ,
20
+ "mini-css-extract-plugin" : " ^0.9 .0" ,
21
21
"node-sass" : " ^4.11.0" ,
22
22
"optimize-css-assets-webpack-plugin" : " ^5.0.1" ,
23
- "sass-loader" : " ^7.1.0 " ,
24
- "stylelint" : " ^10 .0.1 " ,
25
- "stylelint-config-standard" : " ^18.2 .0" ,
23
+ "sass-loader" : " ^8.0.2 " ,
24
+ "stylelint" : " ^13 .0.0 " ,
25
+ "stylelint-config-standard" : " ^19.0 .0" ,
26
26
"stylelint-scss" : " ^3.5.1" ,
27
27
"webpack" : " ^4.28.4" ,
28
28
"webpack-cli" : " ^3.2.1"
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ module.exports = {
47
47
{
48
48
loader : 'sass-loader' ,
49
49
options : {
50
- minimize,
51
50
sourceMap : true
52
51
}
53
52
}
Original file line number Diff line number Diff line change 15
15
"@babel/runtime" : " ^7.2.0" ,
16
16
"babel-loader" : " ^8.0.5" ,
17
17
"copy-webpack-plugin" : " ^5.0.2" ,
18
- "eslint" : " ^5.12.1 " ,
18
+ "eslint" : " ^6.8.0 " ,
19
19
"webpack" : " ^4.28.4" ,
20
20
"webpack-cli" : " ^3.2.1"
21
21
},
You can’t perform that action at this time.
0 commit comments