update: remove vue-demi

This commit is contained in:
Braks
2021-07-10 00:45:46 +02:00
parent 870661f813
commit 59b6af384c
37 changed files with 40 additions and 50 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const processEnv = isProd || isTesting ? 'production' : 'development';
export const baseConfig = ({ injectCSS = true } = {}) => ({
input: 'src/index.ts',
external: ['vue-demi', (id) => id.includes('@babel/runtime')],
external: ['vue', (id) => id.includes('@babel/runtime')],
onwarn(warning, rollupWarn) {
if (warning.code !== 'CIRCULAR_DEPENDENCY') {
rollupWarn(warning);