Skip to content

Commit 85fa13f

Browse files
author
vasia
committed
fixes
1 parent faa0e3c commit 85fa13f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

lib/compilers/postcss-compiler.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@
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",
@@ -67,9 +70,6 @@
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"

0 commit comments

Comments
 (0)