12 lines
263 B
JavaScript
Executable File
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',
|
|
},
|
|
}
|