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