Skip to content

Commit b07377e

Browse files
author
Guillaume Chau
committed
chore: esm external deps
1 parent d033c0a commit b07377e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

build/rollup.config.es.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ const config = Object.assign({}, base, {
66
file: 'dist/vue-virtual-scroller.esm.js',
77
format: 'es',
88
},
9+
external: [
10+
'scrollparent',
11+
'vue-observe-visibility',
12+
'vue-resize',
13+
],
914
})
1015

1116
export default config

0 commit comments

Comments
 (0)