Skip to content

Commit

Permalink
fix(css): return deps if have no postcss plugins (#13344)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed May 25, 2023
1 parent 6198b0d commit 28923fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/plugins/css.ts
Expand Up @@ -1003,6 +1003,7 @@ async function compileCSS(
return {
code,
map: preprocessorMap,
deps,
}
}

Expand Down

0 comments on commit 28923fb

Please sign in to comment.