Skip to content

Commit

Permalink
chore: restore filename for compiled styles
Browse files Browse the repository at this point in the history
This was changed by a breaking change in Vite v6, reverting to the
original behavior:

https://vite.dev/guide/migration.html\#customize-css-output-file-name-in-library-mode
  • Loading branch information
andreasphil committed Feb 3, 2025
1 parent ec2dafe commit dcbf067
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
"tailwind/index": "src/tailwind/index.ts",
"components/index": "src/components/index.ts",
},
cssFileName: "style",
},
rollupOptions: {
external: ["vue", "primevue"],
Expand Down

0 comments on commit dcbf067

Please sign in to comment.