From: Eduardo San Martin Morote Date: Wed, 3 Mar 2021 16:30:10 +0000 (+0100) Subject: build: external vue X-Git-Tag: v0.2.0~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14279a7273de4787684dd9fd1d77ab62f051ba4c;p=thirdparty%2Fvuejs%2Fpinia.git build: external vue --- diff --git a/rollup.config.js b/rollup.config.js index 6e00ba92..996aece6 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -61,6 +61,7 @@ function createEntry({ globals: { '@vue/composition-api': 'vueCompositionApi', + vue: 'Vue', }, }, }