Skip to content

Commit

Permalink
Update webpack watch ignore paths
Browse files Browse the repository at this point in the history
  • Loading branch information
anjula-sack committed Jul 29, 2023
1 parent e1757ad commit e853363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tooling/webpack-config/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export default (
},
watchOptions: merge(
{
ignored: [".git", "test-results"],
ignored: ["**/.git", "**/test-results"],
},
watchConfig
),
Expand Down

0 comments on commit e853363

Please sign in to comment.