π Release new version 2.4.1
Updated dist files
It seems that some tools have problem with building es6 files out of node_modules.
For this reason, I changed the main
entry back to the bundled umd
file: dist/vue-chartjs.js
.
Added transpiled es6
I also added a transpiled es version which is under the folder es/
and contains all source files transpiled for jsnext:main
.
Additional entries
- The
module
andjsnext:main
entrypoint is now the fully transpiled src underes/index.js
.
Modern tools like webpack 2, rollup etc. will get the jsnext:main entry so you will be using the unbundled files.