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.
2 parents 4f9551c + 2f3615f commit fb4681eCopy full SHA for fb4681e
vite.config.js
@@ -21,8 +21,8 @@ export default defineConfig({
21
build: {
22
lib: {
23
entry: resolve(__dirname, './src/index.js'),
24
- name: 'hello-button',
25
- fileName: (format) => `hello-button.${format}.js`
+ name: 'vue3-dropzone',
+ fileName: (format) => `vue3-dropzone.${format}.js`
26
},
27
rollupOptions: {
28
external: ['vue'],
0 commit comments