Skip to content

Commit 4a87838

Browse files
shelldandyTimer
authored andcommittedJul 5, 2018
remove extra dot on devtool link comment (#4741)
1 parent 26f701f commit 4a87838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/react-scripts/config/webpack.config.dev.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const getStyleLoaders = (cssOptions, preProcessor) => {
7676
module.exports = {
7777
mode: 'development',
7878
// 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.
79+
// See the discussion in https://github.com/facebook/create-react-app/issues/343
8080
devtool: 'cheap-module-source-map',
8181
// These are the "entry points" to our application.
8282
// This means they will be the "root" imports that are included in JS bundle.

0 commit comments

Comments
 (0)