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 19
19
"dom-loaded" : " ^2.0.0" ,
20
20
"github-injection" : " ^1.0.1" ,
21
21
"select-dom" : " ^5.1.0" ,
22
- "webextension-polyfill" : " ^0.5 .0"
22
+ "webextension-polyfill" : " ^0.7 .0"
23
23
},
24
24
"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 " ,
27
27
"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 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change @@ -16,12 +16,11 @@ module.exports = {
16
16
rules : [
17
17
{
18
18
test : / \. c s s $ / ,
19
- loader : 'style-loader! css-loader'
19
+ use : [ 'style-loader' , ' css-loader'] ,
20
20
} ,
21
21
{
22
22
test : / \. j s $ / ,
23
23
exclude : / n o d e _ m o d u l e s / ,
24
- enforce : 'pre' ,
25
24
}
26
25
]
27
26
}
You can’t perform that action at this time.
0 commit comments