Skip to content

Commit

Permalink
remove extra dot on devtool link comment (facebook#4741)
Browse files Browse the repository at this point in the history
  • Loading branch information
shelldandy authored and Timer committed Jul 5, 2018
1 parent 03711eb commit e07f607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const getStyleLoaders = (cssOptions, preProcessor) => {
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.
// See the discussion in https://github.com/facebook/create-react-app/issues/343
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.
Expand Down

0 comments on commit e07f607

Please sign in to comment.