Skip to content

Commit 343a4fe

Browse files
committed
changing watch options ignored back to a regexp to match previous behavior
1 parent a27a476 commit 343a4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config-generator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ class ConfigGenerator {
542542

543543
buildWatchOptionsConfig() {
544544
const watchOptions = {
545-
ignored: 'node_modules'
545+
ignored: /node_modules/
546546
};
547547

548548
return applyOptionsCallback(

0 commit comments

Comments
 (0)