Skip to content

Commit

Permalink
fix(build): extend other Vis libraries (#11)
Browse files Browse the repository at this point in the history
They were overwritten before which resulted in only one Vis library
being usable at a time.
  • Loading branch information
Thomaash committed Aug 13, 2019
1 parent 9483783 commit 708f3a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export default [
format: 'umd',
exports: 'named',
name: 'vis',
extend: true
},
plugins: [
resolve(resolveConfig),
Expand Down

0 comments on commit 708f3a9

Please sign in to comment.