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
Don't know if dymojs is still active, but should be a quick fix by its author. In the mean time, just replace the code with a compiled version in your node_modules folder.
The text was updated successfully, but these errors were encountered:
This framework made my life alot easier, but I came across a problem trying to build my project. It says it can't minify the package https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify. This is easily fixed by replacing the code in index.js with a compiled version (by using https://babeljs.io/repl/).
Don't know if dymojs is still active, but should be a quick fix by its author. In the mean time, just replace the code with a compiled version in your node_modules folder.
The text was updated successfully, but these errors were encountered: