mirror of
https://github.com/scratchfoundation/scratch-webpack-configuration.git
synced 2025-02-17 02:50:17 -05:00
refactor: [UEPR-17] Changed exclude regex
This commit is contained in:
parent
eadf87fecb
commit
5f1c176585
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class ScratchWebpackConfigBuilder {
|
|||
exclude: [
|
||||
{
|
||||
and: [/node_modules/],
|
||||
not: [/node_modules\/scratch-/]
|
||||
not: [/node_modules[\\/].*scratch/]
|
||||
}
|
||||
],
|
||||
options: {
|
||||
|
|
Loading…
Reference in a new issue