update: rollup.config.js
This commit is contained in:
+1
-1
@@ -112,7 +112,7 @@ function createConfig(format, output, plugins = []) {
|
|||||||
// during a single build.
|
// during a single build.
|
||||||
hasTSChecked = true;
|
hasTSChecked = true;
|
||||||
|
|
||||||
const external = ['vue', 'vue-demi', '@vue/composition-api', (id) => id.includes('@babel/runtime')];
|
const external = ['vue', 'vue-demi', (id) => id.includes('@babel/runtime')];
|
||||||
|
|
||||||
const nodePlugins = [resolve(), commonjs({ include: 'node_modules/**' })];
|
const nodePlugins = [resolve(), commonjs({ include: 'node_modules/**' })];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user