9 lines
166 B
JavaScript
9 lines
166 B
JavaScript
export default {
|
|
input: "src/index.js",
|
|
name: "d3dot",
|
|
context: "window",
|
|
output: {
|
|
format: "umd",
|
|
file: "build/d3-dot-graph.js"
|
|
}
|
|
};
|