Skip to content

Commit 5840039

Browse files
committed
add chunkCallbackName from WebWorker to schema
1 parent a6f0ca9 commit 5840039

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

schemas/webpackOptionsSchema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,6 +401,10 @@
401401
"description": "The JSONP function used by webpack for async loading of chunks.",
402402
"type": "string"
403403
},
404+
"chunkCallbackName": {
405+
"description": "The callback function name used by webpack for loading of chunks in WebWorkers.",
406+
"type": "string"
407+
},
404408
"library": {
405409
"anyOf": [
406410
{

0 commit comments

Comments
 (0)