refactor: [UEPR-17] Changed exclude regex

This commit is contained in:
MiroslavDionisiev 2024-07-04 17:41:03 +03:00
parent eadf87fecb
commit 5f1c176585

View file

@ -100,7 +100,7 @@ class ScratchWebpackConfigBuilder {
exclude: [
{
and: [/node_modules/],
not: [/node_modules\/scratch-/]
not: [/node_modules[\\/].*scratch/]
}
],
options: {