Skip to content

Commit 677cd1c

Browse files
authored
chore: exclude vue for es module bundle (#257)
1 parent f91fe0b commit 677cd1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/rollup.config.es.js

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

0 commit comments

Comments
 (0)