Closed cuevash closed 6 years ago
Hi I'm currently rebuilding DataForge with TypeScript, that means I'll be able to easily target ES5.
Can you wait a few weeks?
The new repo is here, please check up on it and I'll announce in the readme when it's ready.
https://github.com/data-forge/data-forge-ts
I'll also be introducing the new version on my blog in the coming weeks:
Hi there,
When this module is added to a create-react-app in the process of building the application the next message is shown:
" Failed to minify the code from this file:
Read more here: http://bit.ly/2tRViJ9 " Basically it seems that the series.js contains es6 code when the create-react-app expects all the modules to be in es5 code ..
Would it be possible to get a package build with full es5 support?
Thanks