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 Ashley as the ioc container for a react app I am coding and everything works as expected. Except when I try to build a production version of the app I get the following error: Creating an optimized production build... Failed to compile. Failed to minify the code from this file: ./node_modules/ashley/src/errors.js:3
I am using Ashley as the ioc container for a react app I am coding and everything works as expected. Except when I try to build a production version of the app I get the following error:
Creating an optimized production build... Failed to compile. Failed to minify the code from this file: ./node_modules/ashley/src/errors.js:3
Would it be possible for Ashley to be precompiled per following react instructions?
https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md#npm-run-build-fails-to-minify
The text was updated successfully, but these errors were encountered: