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
When I start the project, I get the following warnings
The project compiles with warnings:
Failed to parse source map from '/.../node_modules/src/index.ts' file: Error: ENOENT: no such file or directory, open '/.../node_modules/src/index.ts'
on stackoverflow they just write to disable warnings, add to .env GENERATE_SOURCEMAP = false
but it seems to me that this is wrong
The text was updated successfully, but these errors were encountered:
Version: 3.3.0 (latest)
react-scripts: 5.0.1
When I start the project, I get the following warnings
on stackoverflow they just write to disable warnings, add to .env
GENERATE_SOURCEMAP = false
but it seems to me that this is wrong
The text was updated successfully, but these errors were encountered: