We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80de217 commit b0ef885Copy full SHA for b0ef885
packages/react-scripts/config/webpackDevServer.config.js
@@ -75,7 +75,7 @@ module.exports = function(proxy, allowedHost) {
75
// src/node_modules is not ignored to support absolute imports
76
// https://github.com/facebookincubator/create-react-app/issues/1065
77
watchOptions: {
78
- ignored: new RegExp(`^(?!${paths.appSrc})*[\\\/]node_modules[\\\/]`, 'g'),
+ ignored: new RegExp(`^(?!${paths.appSrc})*[\\/]node_modules[\\/]`, 'g'),
79
},
80
// Enable HTTPS if the HTTPS environment variable is set to 'true'
81
https: protocol === 'https',
0 commit comments