Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What? Uses a pre-created regex instead of having webpack run path-to-regexp on the list of patterns. Saves a few milliseconds. Adds `node_modules` to ignored in order to skip a lot of stat calls at the end of the compilation. This will likely have a big impact on applications using Yarn PnP as each stat call causes a lookup through `.pnp.cjs`.
- Loading branch information