Skip to content

Commit 85324b8

Browse files
committed
fix: add missing external dependencies in Vite configuration;
1 parent c3a9e02 commit 85324b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"url": "https://github.com/megaarmos/vue-spring-bottom-sheet/issues"
3333
},
3434
"private": false,
35-
"version": "1.0.3",
35+
"version": "1.0.4",
3636
"type": "module",
3737
"exports": {
3838
".": {

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default defineConfig({
2525
cssFileName: 'style',
2626
},
2727
rollupOptions: {
28-
external: ['vue', '@vueuse/motion', '@vueuse/gesture'],
28+
external: ['vue', '@vueuse/motion', '@vueuse/gesture', '@vueuse/core', '@vueuse/integrations/useFocusTrap'],
2929
},
3030
},
3131
})

0 commit comments

Comments
 (0)