There is a better way to make sure source maps are not included.
Create .env file in your project root folder and add GENERATE_SOURCEMAP=false. You will get you build without source maps.
There is a better way to make sure source maps are not included.
Create .env file in your project root folder and add GENERATE_SOURCEMAP=false. You will get you build without source maps.