We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems since version 2, GENERATE_SOURCEMAP no longer prevents the generation of CSS sourcemaps. Steps to reproduce:
GENERATE_SOURCEMAP
npx create-react-app app && cd app && GENERATE_SOURCEMAP=false yarn build
I see the following files generated:
├── css │ ├── main.c1872244.chunk.css │ └── main.c1872244.chunk.css.map ├── js │ ├── 1.40088a58.chunk.js │ ├── main.84ef4f68.chunk.js │ └── runtime~main.229c360f.js
The text was updated successfully, but these errors were encountered:
Fixed in #5246
Sorry, something went wrong.
No branches or pull requests
It seems since version 2,
GENERATE_SOURCEMAP
no longer prevents the generation of CSS sourcemaps. Steps to reproduce:I see the following files generated:
The text was updated successfully, but these errors were encountered: