Skip to content

Commit 482b4b3

Browse files
committed
Add tthe new option to the validation schema
1 parent b642403 commit 482b4b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/WebpackOptions.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,10 @@
579579
"umdNamedDefine": {
580580
"description": "If `output.libraryTarget` is set to umd and `output.library` is set, setting this to true will name the AMD module.",
581581
"type": "boolean"
582+
},
583+
"entryPrefetchFunction": {
584+
"description": "Sets the name of the global function in the entry chunk to prefetch/preload all designated children of the entry chunk",
585+
"type": "string"
582586
}
583587
},
584588
"type": "object"

0 commit comments

Comments
 (0)