Skip to content

Commit 73d418a

Browse files
committed
fix(bug): chunkFilename as function doesn't work
1 parent 6970103 commit 73d418a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

schemas/WebpackOptions.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -324,14 +324,7 @@
324324
},
325325
"chunkFilename": {
326326
"description": "The filename of non-entry chunks as relative path inside the `output.path` directory.",
327-
"anyOf": [
328-
{
329-
"type": "string"
330-
},
331-
{
332-
"instanceof": "Function"
333-
}
334-
],
327+
"type": "string",
335328
"absolutePath": false
336329
},
337330
"webassemblyModuleFilename": {

0 commit comments

Comments
 (0)