File tree 6 files changed +9
-6
lines changed
disable-async-bool/expected
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
.shared {
2
- background : pink;
2
+ background : pink;
3
3
}
4
+
4
5
body {
5
6
background : red;
6
7
}
Original file line number Diff line number Diff line change 1
1
.async-import {
2
- background : black;
2
+ background : black;
3
3
}
4
+
4
5
.in-async-2 {
5
6
background : green;
6
7
}
7
8
8
9
.both-page-async {
9
- color : cyan;
10
+ color : cyan;
10
11
}
11
12
Original file line number Diff line number Diff line change 1
1
.both-page-async {
2
- color : cyan;
2
+ color : cyan;
3
3
}
4
4
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
.shared {
2
- background : pink;
2
+ background : pink;
3
3
}
4
+
4
5
body {
5
6
background : red;
6
7
}
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ module.exports = {
15
15
} ,
16
16
plugins : [
17
17
new Self ( {
18
- filename : '[name]-[contenthash] .css' ,
18
+ filename : '[name].css' ,
19
19
disableAsync ( { module } ) {
20
20
let ret = false ;
21
21
if (
You can’t perform that action at this time.
0 commit comments