aboutsummaryrefslogtreecommitdiff
path: root/node_modules/webpack/schemas
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-24 15:10:37 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-24 15:11:17 +0200
commit7a3df06eb573d36142bd1a8e03c5ce8752d300b3 (patch)
tree70bfaea8884c374876f607774850a3a51c0cb381 /node_modules/webpack/schemas
parentaca1143cb9eed16cf37f04e475e4257418dd18ac (diff)
fix build issues and add typedoc
Diffstat (limited to 'node_modules/webpack/schemas')
-rw-r--r--node_modules/webpack/schemas/webpackOptionsSchema.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/node_modules/webpack/schemas/webpackOptionsSchema.json b/node_modules/webpack/schemas/webpackOptionsSchema.json
index 791d37d75..19ace1f99 100644
--- a/node_modules/webpack/schemas/webpackOptionsSchema.json
+++ b/node_modules/webpack/schemas/webpackOptionsSchema.json
@@ -270,6 +270,10 @@
"use-credentials"
]
},
+ "chunkLoadTimeout": {
+ "description": "Number of milliseconds before chunk request expires",
+ "type": "number"
+ },
"devtoolFallbackModuleFilenameTemplate": {
"description": "Similar to `output.devtoolModuleFilenameTemplate`, but used in the case of duplicate module identifiers.",
"anyOf": [
@@ -333,6 +337,10 @@
"minLength": 1,
"type": "string"
},
+ "hashSalt": {
+ "minLength": 1,
+ "type": "string"
+ },
"hotUpdateChunkFilename": {
"description": "The filename of the Hot Update Chunks. They are inside the output.path directory.",
"type": "string",
@@ -989,6 +997,10 @@
"type": "string",
"description": "sort the modules by that field"
},
+ "moduleTrace": {
+ "type": "boolean",
+ "description": "add dependencies and origin of warnings/errors"
+ },
"chunksSort": {
"type": "string",
"description": "sort the chunks by that field"