File tree Expand file tree Collapse file tree 3 files changed +883
-2490
lines changed Expand file tree Collapse file tree 3 files changed +883
-2490
lines changed Original file line number Diff line number Diff line change 1919 "dom-loaded" : " ^2.0.0" ,
2020 "github-injection" : " ^1.0.1" ,
2121 "select-dom" : " ^5.1.0" ,
22- "webextension-polyfill" : " ^0.5 .0"
22+ "webextension-polyfill" : " ^0.7 .0"
2323 },
2424 "devDependencies" : {
25- "copy-webpack-plugin" : " ^5 .0.5 " ,
26- "css-loader" : " ^3.2.0 " ,
25+ "copy-webpack-plugin" : " ^7 .0.0 " ,
26+ "css-loader" : " ^5.0.2 " ,
2727 "rimraf" : " ^3.0.0" ,
28- "source-map-loader" : " ^0.2.4 " ,
29- "style-loader" : " ^1 .0.0" ,
30- "webextension-polyfill-ts" : " ^0.11 .0" ,
31- "webpack" : " ^4.41.2 " ,
32- "webpack-cli" : " ^3.3.10 "
28+ "source-map-loader" : " ^2.0.1 " ,
29+ "style-loader" : " ^2 .0.0" ,
30+ "webextension-polyfill-ts" : " ^0.25 .0" ,
31+ "webpack" : " ^5.22.0 " ,
32+ "webpack-cli" : " ^4.5.0 "
3333 }
3434}
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ module.exports = {
1616 rules : [
1717 {
1818 test : / \. c s s $ / ,
19- loader : 'style-loader! css-loader'
19+ use : [ 'style-loader' , ' css-loader'] ,
2020 } ,
2121 {
2222 test : / \. j s $ / ,
2323 exclude : / n o d e _ m o d u l e s / ,
24- enforce : 'pre' ,
2524 }
2625 ]
2726 }
You can’t perform that action at this time.
0 commit comments