Open sartaj10 opened 6 years ago
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 https://github.com/facebook/create-react-app/pull/4318 https://github.com/jaredpalmer/razzle/commit/39ea3a6b05608cb686c8c2c85f107a92013476d9#diff-4fc6a7be00756e3dbc6b0eac82ea10e5R145
NOTE : This worked fine with create-react-app V1.0
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'```
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 https://github.com/facebook/create-react-app/pull/4318 https://github.com/jaredpalmer/razzle/commit/39ea3a6b05608cb686c8c2c85f107a92013476d9#diff-4fc6a7be00756e3dbc6b0eac82ea10e5R145
NOTE : This worked fine with
create-react-app
V1.0