Skip to content

Commit 28923fb

Browse files
authoredMay 25, 2023
fix(css): return deps if have no postcss plugins (#13344)
1 parent 6198b0d commit 28923fb

File tree

1 file changed

+1
-0
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-0
lines changed
 

‎packages/vite/src/node/plugins/css.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,7 @@ async function compileCSS(
10031003
return {
10041004
code,
10051005
map: preprocessorMap,
1006+
deps,
10061007
}
10071008
}
10081009

0 commit comments

Comments
 (0)
Please sign in to comment.