hw6 first commit
This commit is contained in:
11
hw6/bower_components/d3-tip/rollup.conf.js
vendored
Executable file
11
hw6/bower_components/d3-tip/rollup.conf.js
vendored
Executable file
@@ -0,0 +1,11 @@
|
||||
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',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user