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
{{ message }}
This repository has been archived by the owner on Jun 28, 2021. It is now read-only.
This has to do with how react-scripts treats commonjs modules vs esm modules. The library from the node app is written with commonjs, and while importing it works fine in the development mode it breaks when running a build.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Error message in console:
https://i.imgur.com/fNt8xz2.png
This has to do with how react-scripts treats commonjs modules vs esm modules. The library from the node app is written with commonjs, and while importing it works fine in the development mode it breaks when running a build.
The text was updated successfully, but these errors were encountered: