Skip to content

Commit cfd1c34

Browse files
authored
Merge pull request #1 from andersundsehr/Kanti-patch-1
2 parents 49a7208 + e33ab87 commit cfd1c34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/ViteUtility.php

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ private function developmentVite(array $conf): array
6868
$jsFiles = [
6969
'@vite/client',
7070
...($conf['js.'] ?? []),
71+
...($conf['css.'] ?? []),
7172
'@vite-plugin-checker-runtime-entry'
7273
];
7374
foreach ($jsFiles as $jsFile) {

0 commit comments

Comments
 (0)