Skip to content

Commit 144be2d

Browse files
authored
chore(build): ensure Vue is excluded from bootstrap-vue.esm.js build (#3036)
1 parent e5c0aa5 commit 144be2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ export default [
6060
// ES
6161
{
6262
...baseConfig,
63+
external: ['vue'],
6364
output: {
6465
format: 'es',
6566
file: path.resolve(dist, `${name}.esm.js`),

0 commit comments

Comments
 (0)