From 3f3c58bf60949e8eb5b00df8e5c8aad1811b7811 Mon Sep 17 00:00:00 2001 From: Troy Morehouse Date: Sun, 7 Apr 2019 21:30:38 -0300 Subject: [PATCH] chore(build): unsure Vue is excluded from `bootstrap-vue.esm.js` build --- scripts/rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/rollup.config.js b/scripts/rollup.config.js index 71589c7bde7..18d6ae82999 100644 --- a/scripts/rollup.config.js +++ b/scripts/rollup.config.js @@ -60,6 +60,7 @@ export default [ // ES { ...baseConfig, + external: ['vue'], output: { format: 'es', file: path.resolve(dist, `${name}.esm.js`),