reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Update dist #68

Closed glenjamin closed 8 years ago

glenjamin commented 8 years ago

When using this from a non-webpack project I noticed what seem to be a few mistakes in the build files - i've updated the webpack config and rebuild the assets.

austinpray commented 8 years ago

Is this approximately the same as https://github.com/jhudson8/react-chartjs/pull/67 ?

glenjamin commented 8 years ago

It's similar, but that PR inadvertently bundles ReactDOM - you can see from the number of changed lines in the unminified build that something is up.

austinpray commented 8 years ago

Thank you!