Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions playground/vue-lib/vite.config.lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ export default defineConfig({
name: 'MyVueLib',
formats: ['es'],
fileName: 'my-vue-lib',
// Vite 6 only property to give a specific name to the css file.
// Set as "style" to match Vite 5 for testing purposes.
// @ts-expect-error
cssFileName: 'style',
},
rollupOptions: {
external: ['vue'],
Expand Down