Skip to content

Commit a8fa54d

Browse files
committed
adding vue compo helpers to rollup extenal/globals config
1 parent f44d73d commit a8fa54d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

vite.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default defineConfig({
3535
external: [
3636
'vue',
3737
'@obewds/obewds-tw-config',
38+
'@obewds/vue-component-helpers',
3839
'@obewds/vue-tw-el',
3940
'@obewds/vue-validators',
4041
],
@@ -43,6 +44,7 @@ export default defineConfig({
4344
globals: {
4445
vue: 'Vue',
4546
'@obewds/obewds-tw-config': 'ObewdsTwConfig',
47+
'@obewds/vue-component-helpers': 'VueComponentHelpers',
4648
'@obewds/vue-tw-el': 'VueTwEl',
4749
'@obewds/vue-validators': 'VueValidators',
4850
},

0 commit comments

Comments
 (0)