Initial commit
This commit is contained in:
9
node_modules/d3-dsv/rollup.config.js
generated
vendored
Normal file
9
node_modules/d3-dsv/rollup.config.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
input: "index",
|
||||
output: {
|
||||
extend: true,
|
||||
file: "build/d3-dsv.js",
|
||||
format: "umd",
|
||||
name: "d3"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user