We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I recently upgraded my project to use the create-react-app v2.0 and I'm getting this error
create-react-app
The issue seems to be around the fact that with this update, they have removed support for .mjs extensions as seen below
.mjs
Here 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-app V1.0
The text was updated successfully, but these errors were encountered:
Related: I'm getting the error:
ERROR in ./node_modules/deepcopy/index.mjs Module not found: Error: Can't resolve './src/index' in '/Users/[...]/webapp/node_modules/deepcopy'```
Sorry, something went wrong.
No branches or pull requests
Hi,
I recently upgraded my project to use the
create-react-app
v2.0 and I'm getting this errorThe issue seems to be around the fact that with this update, they have removed support for
.mjs
extensions 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-app
V1.0The text was updated successfully, but these errors were encountered: