We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd79f9 commit 4d5ba34Copy full SHA for 4d5ba34
playground/vue-lib/vite.config.lib.ts
@@ -11,6 +11,10 @@ export default defineConfig({
11
name: 'MyVueLib',
12
formats: ['es'],
13
fileName: 'my-vue-lib',
14
+ // Vite 6 only property to give a specific name to the css file.
15
+ // Set as "style" to match Vite 5 for testing purposes.
16
+ // @ts-expect-error
17
+ cssFileName: 'style',
18
},
19
rollupOptions: {
20
external: ['vue'],
0 commit comments