hw6 first commit

This commit is contained in:
2019-10-29 11:19:51 -06:00
parent 778fe73e4a
commit 501727baed
65 changed files with 20108 additions and 26 deletions

11
hw6/bower_components/d3-tip/rollup.conf.js vendored Executable file
View 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',
},
}