I upgraded to the react-scripts
v5 and my build fails with an unuseful message:
Creating an optimized production build...
Failed to compile.
Module not found: Error: Can't resolve '...' in '/project/src'
As you can see it only tells me that there was a problem in the src
directory, which is literally the entire project.
How can I increase verbosity of this script?