artus9033 / chartjs-plugin-dragdata

Draggable data points plugin for Chart.js
MIT License
261 stars 55 forks source link

in package.json main attribute is looking for non existent javascript file #26

Closed gspeach closed 5 years ago

gspeach commented 5 years ago

Hello,

I was having a heck of a time getting this thing to import, and I noticed in the package.json the main attribute is "main": "dist/chartjs-plugin-dragData.js". However, in the dist folder, there is only a .min.js file. So it's looking for a file that doesn't exist.

Thanks

chrispahm commented 5 years ago

Oh I'm sorry! I updated the webpack dependency in a past commit and forgot to include the build for the main file. Sorry about that, should be fixed by version 0.4.2. Would be nice if you could confirm.

gspeach commented 5 years ago

Looks good to me!

Thanks