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
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.
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.