ptt-sententree/static/node_modules/d3-dsv/rollup.config.js

10 lines
135 B

export default {
input: "index",
output: {
extend: true,
file: "build/d3-dsv.js",
format: "umd",
name: "d3"
}
};