From ed64e466e72c569bf4ff2f16a5c6f8ebdf66b046 Mon Sep 17 00:00:00 2001 From: Braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sat, 10 Jul 2021 14:00:07 +0200 Subject: [PATCH] update: rollup.config.js --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 03421d44..1895b640 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -112,7 +112,7 @@ function createConfig(format, output, plugins = []) { // during a single build. 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/**' })];