update: more changes to bundle config...

This commit is contained in:
Braks
2021-07-10 12:09:13 +02:00
parent 1d01fc2a0d
commit a364c78c7c
3 changed files with 10 additions and 2 deletions
+3
View File
@@ -21,6 +21,9 @@ export const baseConfig = ({ injectCSS = true } = {}) => ({
}
},
output: {
globals: {
'vue-demi': 'VueDemi'
},
dir: 'dist',
sourcemap: true,
exports: 'named'