UNPKG

d3-templating

Version:
10 lines 195 B
// rollup.config.js export default [{ input: 'index.js', output: { file: 'build/d3-template.js', format: 'umd', name: 'd3', extend: true } }];