UNPKG

@domoinc/legend-connector

Version:

LegendConnector - Domo Widget

14 lines (13 loc) 236 B
module.exports = { entry: './index.js', output: { path: __dirname + '/dist', publicPath: '/dist/', filename: 'bundle.js', libraryTarget: 'umd', library: 'LegendConnector' }, externals: { d3: 'd3', } };