Skip to content

Commit 3eca7dd

Browse files
fix: esm bundle fix for Vue external (#207)
Closes #206 Co-authored-by: Guillaume Chau <[email protected]>
1 parent 677cd1c commit 3eca7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/rollup.config.es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const config = Object.assign({}, base, {
77
format: 'es',
88
},
99
external: [
10-
'vue',
10+
...base.external,
1111
'scrollparent',
1212
'vue-observe-visibility',
1313
'vue-resize',

0 commit comments

Comments
 (0)