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 e783194 commit aa54bfeCopy full SHA for aa54bfe
config/vite.build.config.js
@@ -10,7 +10,7 @@ const config = defineConfig(({ mode }) => {
10
lib: {
11
entry: 'slideshow/index.vue',
12
name: 'Slideshow',
13
- fileName: 'vue-slideshow',
+ cssFileName: 'vue-slideshow',
14
formats: [ 'es' ],
15
},
16
rollupOptions: {
0 commit comments