add output.globalObject to schema

This commit is contained in:
Tobias Koppers 2018-01-02 09:46:29 +01:00
parent d95f93f8cb
commit 2e916e6205
1 changed files with 5 additions and 0 deletions

View File

@ -332,6 +332,11 @@
"type": "string",
"absolutePath": false
},
"globalObject": {
"description": "An expression which is used to address the global object/scope in runtime code",
"type": "string",
"minLength": 1
},
"crossOriginLoading": {
"description": "This option enables cross-origin loading of chunks.",
"enum": [