Version: 3.3.0 (latest)
react-scripts: 5.0.1
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
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 = falsebut it seems to me that this is wrong