Skip to content

Commit e07f607

Browse files
shelldandyTimer
authored andcommitted
remove extra dot on devtool link comment (facebook#4741)
1 parent 03711eb commit e07f607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)