update: more changes to bundle config...

This commit is contained in:
Braks
2021-07-10 12:31:09 +02:00
parent ece8bc683d
commit 6f39ae6de8
34 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default defineConfig({
rollupOptions: {
// make sure to externalize deps that shouldn't be bundled
// into your library
external: ['vue', 'vue-demi'],
external: ['vue', 'vue-demi', '@vue/composition-api'],
output: {
// Provide global variables to use in the UMD build
// for externalized deps