fix(css): return deps if have no postcss plugins (#13344)

This commit is contained in:
Bjorn Lu 2023-05-25 22:31:33 +08:00 committed by GitHub
parent 6198b0d45b
commit 28923fb1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1003,6 +1003,7 @@ async function compileCSS(
return {
code,
map: preprocessorMap,
deps,
}
}