We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03711eb commit e07f607Copy full SHA for e07f607
config/webpack.config.dev.js
@@ -76,7 +76,7 @@ const getStyleLoaders = (cssOptions, preProcessor) => {
76
module.exports = {
77
mode: 'development',
78
// You may want 'eval' instead if you prefer to see the compiled output in DevTools.
79
- // See the discussion in https://github.com/facebook/create-react-app/issues/343.
+ // See the discussion in https://github.com/facebook/create-react-app/issues/343
80
devtool: 'cheap-module-source-map',
81
// These are the "entry points" to our application.
82
// This means they will be the "root" imports that are included in JS bundle.
0 commit comments