Skip to content
New issue

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

GENERATE_SOURCEMAP=false no longer works for CSS #5266

Closed
silverwind opened this issue Oct 3, 2018 · 1 comment
Closed

GENERATE_SOURCEMAP=false no longer works for CSS #5266

silverwind opened this issue Oct 3, 2018 · 1 comment

Comments

@silverwind
Copy link

It seems since version 2, GENERATE_SOURCEMAP no longer prevents the generation of CSS sourcemaps. Steps to reproduce:

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
@Timer
Copy link
Contributor

Timer commented Oct 3, 2018

Fixed in #5246

@Timer Timer closed this as completed Oct 3, 2018
@lock lock bot locked and limited conversation to collaborators Jan 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants