remove extra dot on devtool link comment (#4741)

This commit is contained in:
Miguel Palau
2018-07-05 11:40:55 -05:00
committed by Joe Haddad
parent 26f701fd60
commit 4a87838f52

View File

@@ -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.