Commits
Click on a commit to change the comparison rangefix(ContextReplacementPlugin): only apply changes when regex matches
The plugin was applying transformations (recursive, regExp, critical) to
all require.context() calls regardless of whether the configured regex
pattern matched the request. This fix ensures all transformations only
apply when the regex successfully matches.
Closes #12656