Skip to content

Commit 12a8dab

Browse files
committed
fix: don't include lodash in es build, closes #541
1 parent 4259595 commit 12a8dab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/rollup.config.es.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ const config = Object.assign({}, base, {
88
},
99
external: [
1010
...base.external,
11-
'lodash',
11+
'lodash/merge',
12+
'lodash/isEqual',
1213
'popper.js',
1314
'vue-resize',
1415
],

0 commit comments

Comments
 (0)