You can remove the warning by adding GENERATE_SOURCEMAP=false
to your .env
file
Actually, CRA with Webpack 5.x cause it. They are working on resolving (https://github.com/facebook/create-react-app/pull/11752)
You can remove the warning by adding GENERATE_SOURCEMAP=false
to your .env
file
Actually, CRA with Webpack 5.x cause it. They are working on resolving (https://github.com/facebook/create-react-app/pull/11752)