Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable source maps for webpack dev mode
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.
- Loading branch information