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 () {
1717
1818 if ( result . processing ) {
1919 prevCheckIsAsync = true
20+ return prevCheckIsAsync
2021 }
2122 for ( const plugin of result . processor . plugins ) {
2223 const promise = result . run ( plugin )
Original file line number Diff line number Diff line change 4646 "jade" : " ^1.11.0" ,
4747 "jest" : " ^20.0.4" ,
4848 "node-sass" : " ^4.10.0" ,
49+ "postcss" : " ^7.0.18" ,
4950 "postcss-css-variables" : " ^0.13.0" ,
51+ "postcss-load-config" : " ^2.1.0" ,
52+ "postcss-nested" : " ^4.1.2" ,
5053 "pug" : " ^2.0.0-rc.3" ,
5154 "stylus" : " ^0.54.5" ,
5255 "typescript" : " ^2.5.2" ,
6770 "js-beautify" : " ^1.6.14" ,
6871 "node-cache" : " ^4.1.1" ,
6972 "object-assign" : " ^4.1.1" ,
70- "postcss" : " ^7.0.17" ,
71- "postcss-load-config" : " ^2.1.0" ,
72- "postcss-nested" : " ^4.1.2" ,
7373 "source-map" : " ^0.5.6" ,
7474 "tsconfig" : " ^7.0.0" ,
7575 "vue-template-es2015-compiler" : " ^1.6.0"
You can’t perform that action at this time.
0 commit comments