Skip to content

Commit

Permalink
fix(build): extend other Vis libraries (#46)
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 950b00d commit 9b8d8c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Expand Up @@ -28,6 +28,7 @@ export default [
file: 'dist/umd.js',
format: 'umd',
name: 'vis',
extend: true
},
plugins: [resolve(resolveConfig), commonjs(), babel(babelConfingBase)],
},
Expand Down

0 comments on commit 9b8d8c3

Please sign in to comment.