You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library with create-react-app, but it causes a problem when I tried to compile my code into a production build, because uglifyjs in used by create-react-app doesn't work with ES5 code. See more discussion on
I don't use create-react-app but if you can play with the webpack config, I suggest you to replace uglifyjs with babili. That's what we use to minify our applications. https://github.com/webpack-contrib/babili-webpack-plugin
I am using this library with create-react-app, but it causes a problem when I tried to compile my code into a production build, because uglifyjs in used by create-react-app doesn't work with ES5 code. See more discussion on
facebook/create-react-app#1125
I am mainly looking at the Matrix and PCA functionality currently.
Or if you have idea on transpilation (e.g. with babel), please provide some guidance, and I could try it myself.
The text was updated successfully, but these errors were encountered: