Skip to content

Commit

Permalink
Edit schemas\WebpackOptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Jun 6, 2023
1 parent 03fd7dc commit 663a26d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/WebpackOptions.json
Expand Up @@ -2628,6 +2628,9 @@
{
"instanceof": "Function",
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
},
{
"instanceof": "RegExp"
}
]
},
Expand Down Expand Up @@ -2875,6 +2878,9 @@
{
"instanceof": "Function",
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
},
{
"instanceof": "RegExp"
}
]
},
Expand Down Expand Up @@ -2914,6 +2920,9 @@
{
"instanceof": "Function",
"tsType": "((chunk: import('../lib/Chunk')) => boolean)"
},
{
"instanceof": "RegExp"
}
]
},
Expand Down

0 comments on commit 663a26d

Please sign in to comment.