I successfully built my pomodoro app with create-react-app. It compiles just fine on the development server and goes through with the build stage but won’t load in the browser, giving these errors in the console:
Loading failed for the <script> with source “file:///ozmos/pomodoro/static/js/1.abe4bbaf.chunk.js”
Loading failed for the <script> with source “file:///ozmos/pomodoro/static/js/main.833eaf84.chunk.js”
I have moment js
as a dependency. Could this be affecting the build?? This is really frustrating as I have no idea what is causing the problem.
source code: https://github.com/ozmos/pomodoro