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

Enable source maps for webpack dev mode #599

Merged
merged 1 commit into from
May 15, 2018
Merged

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented May 14, 2018

Following along with facebook/create-react-app#924, enable source maps by default. This lets us see the actual code in chrome and firefox dev tools. Without the source maps, you view the transpiled code in dev tools.


This change is Reviewable

Following along with facebook/create-react-app#924,
enable source maps by default.  This lets us see the actual code in chrome
and firefox dev tools.  Without the source maps, you view the transpiled
code in dev tools.
@mareklibra mareklibra merged commit f1b2c83 into oVirt:master May 15, 2018
@mareklibra
Copy link
Contributor

Thanks!

@sjd78 sjd78 deleted the sourcemaps branch May 15, 2018 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants