UNPKG

dash-renderer

Version:

render dash components in react

14 lines (11 loc) 264 B
'use strict'; var partial = require('webpack-partial').default; module.exports = function (config) { return partial(config, { entry: {bundle: [ 'babel-polyfill', 'whatwg-fetch', './index.js' ]} }); };