Switch back to cheap-module-source-map (#5059)

This commit is contained in:
Jason Laster
2018-09-21 13:47:59 -04:00
committed by Joe Haddad
parent b98d5c9f33
commit 78f0a96133

View File

@@ -77,7 +77,7 @@ module.exports = {
mode: 'development',
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
// See the discussion in https://github.com/facebook/create-react-app/issues/343
devtool: 'eval-source-map',
devtool: 'cheap-module-source-map',
// These are the "entry points" to our application.
// This means they will be the "root" imports that are included in JS bundle.
// The first two entry points enable "hot" CSS and auto-refreshes for JS.