Fix distribution of non-minified file
jakezatecky opened this issue · 0 comments
jakezatecky commented
Currently, both dist/d3-funnel.js
and dist/d3-funnel.min.js
are both minified, when only the latter should be. This is due to mode: production
in the Webpack configuration.
Spawned from #92.