Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webpacker.yml: correctly ignore node_modules (#1863)
/node_modules/ should be parsed to a js regex, however js-yaml parses it as a string. As a result, files under the /node_modules/ directory get watched. This commit switches to using an anymatch pattern which works as expected.
- Loading branch information