Files
cs5890_data_visualization/hw6/bower_components/d3-tip/rollup.conf.js
2019-10-29 11:19:51 -06:00

12 lines
263 B
JavaScript
Executable File

export default {
input: 'index.js',
external: ['d3-selection', 'd3-collection'],
output: {
globals: { 'd3-selection': 'd3', 'd3-collection': 'd3' },
file: 'dist/index.js',
name: 'd3.tip',
extend: true,
format: 'umd',
},
}