Skip to content

Commit b0ef885

Browse files
committed
fix eslint error
1 parent 80de217 commit b0ef885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-scripts/config/webpackDevServer.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = function(proxy, allowedHost) {
7575
// src/node_modules is not ignored to support absolute imports
7676
// https://github.com/facebookincubator/create-react-app/issues/1065
7777
watchOptions: {
78-
ignored: new RegExp(`^(?!${paths.appSrc})*[\\\/]node_modules[\\\/]`, 'g'),
78+
ignored: new RegExp(`^(?!${paths.appSrc})*[\\/]node_modules[\\/]`, 'g'),
7979
},
8080
// Enable HTTPS if the HTTPS environment variable is set to 'true'
8181
https: protocol === 'https',

0 commit comments

Comments
 (0)