Skip to content

Commit 8eb3559

Browse files
schelmod-koppenhagen
authored andcommitted
fix(vite): styles export
1 parent 08a1fd9 commit 8eb3559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default defineConfig({
143143
"ol-ext/featureanimation/Zoom": "Zoom$1",
144144
},
145145
assetFileNames: (assetInfo) => {
146-
return assetInfo.name === "index.css"
146+
return assetInfo.name === "main.css"
147147
? "styles.css"
148148
: assetInfo.name || "";
149149
},

0 commit comments

Comments
 (0)