File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ function hasAsyncPlugin () {
17
17
18
18
if ( result . processing ) {
19
19
prevCheckIsAsync = true
20
+ return prevCheckIsAsync
20
21
}
21
22
for ( const plugin of result . processor . plugins ) {
22
23
const promise = result . run ( plugin )
Original file line number Diff line number Diff line change 46
46
"jade" : " ^1.11.0" ,
47
47
"jest" : " ^20.0.4" ,
48
48
"node-sass" : " ^4.10.0" ,
49
+ "postcss" : " ^7.0.18" ,
49
50
"postcss-css-variables" : " ^0.13.0" ,
51
+ "postcss-load-config" : " ^2.1.0" ,
52
+ "postcss-nested" : " ^4.1.2" ,
50
53
"pug" : " ^2.0.0-rc.3" ,
51
54
"stylus" : " ^0.54.5" ,
52
55
"typescript" : " ^2.5.2" ,
67
70
"js-beautify" : " ^1.6.14" ,
68
71
"node-cache" : " ^4.1.1" ,
69
72
"object-assign" : " ^4.1.1" ,
70
- "postcss" : " ^7.0.17" ,
71
- "postcss-load-config" : " ^2.1.0" ,
72
- "postcss-nested" : " ^4.1.2" ,
73
73
"source-map" : " ^0.5.6" ,
74
74
"tsconfig" : " ^7.0.0" ,
75
75
"vue-template-es2015-compiler" : " ^1.6.0"
You can’t perform that action at this time.
0 commit comments