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 Oct 1, 2025. It is now read-only.
Hi,
I recently upgraded my project to use the
create-react-appv2.0 and I'm getting this errorThe issue seems to be around the fact that with this update, they have removed support for
.mjsextensions as seen belowHere are a couple of links that I found that seem to fix the problem for other packages
facebook/create-react-app#4318
jaredpalmer/razzle@39ea3a6#diff-4fc6a7be00756e3dbc6b0eac82ea10e5R145
NOTE : This worked fine with
create-react-appV1.0