File tree 4 files changed +436
-517
lines changed
4 files changed +436
-517
lines changed Original file line number Diff line number Diff line change 5
5
},
6
6
"env": {
7
7
"es6": true,
8
- "browser ": true,
9
- "node ": true
8
+ "node ": true,
9
+ "browser ": true
10
10
},
11
- "extends": ["eslint:recommended"]
11
+ "extends": ["eslint:recommended", "plugin:compat/recommended" ]
12
12
}
Original file line number Diff line number Diff line change 1
1
{
2
- "extends": ["stylelint-config-recommended"]
2
+ "extends": [
3
+ "stylelint-config-recommended"
4
+ ],
5
+ "plugins": [
6
+ "stylelint-no-unsupported-browser-features"
7
+ ]
3
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " webpack-mpa-next" ,
3
- "version" : " 3.8 .0" ,
3
+ "version" : " 3.9 .0" ,
4
4
"description" : " Multi page app setup with webpack" ,
5
5
"scripts" : {
6
6
"build" : " webpack --mode=production" ,
46
46
"cssnano" : " 5.0.7" ,
47
47
"eslint" : " 7.32.0" ,
48
48
"eslint-config-recommended" : " 4.1.0" ,
49
+ "eslint-plugin-compat" : " 3.12.0" ,
49
50
"file-loader" : " 6.2.0" ,
50
51
"mini-css-extract-plugin" : " 2.2.0" ,
51
52
"postcss" : " 8.3.6" ,
70
71
"spritesh" : " 1.2.1" ,
71
72
"stylelint" : " 13.13.1" ,
72
73
"stylelint-config-recommended" : " 5.0.0" ,
74
+ "stylelint-no-unsupported-browser-features" : " 5.0.1" ,
73
75
"svgo" : " 2.3.1" ,
74
76
"webpack" : " 5.49.0" ,
75
77
"webpack-cli" : " 4.7.2" ,
You can’t perform that action at this time.
0 commit comments