experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

Warning when building react-easy-chart module in webpack #97

Closed bherila closed 6 years ago

bherila commented 7 years ago

After npm install react-easy-chart when I try to build the webpack bundle, I get a warning:

WARNING in ../~/react-easy-chart/~/object-hash/dist/object_hash.js Critical dependencies: 1:383-390 This seems to be a pre-built javascript file. Though this is possible, it's not recommended. Try to require the original source to get better results. @ ../~/react-easy-chart/~/object-hash/dist/object_hash.js 1:383-390

Any suggested way of fixing that?

manodupont commented 6 years ago

Whats the solution ?