From 7a3df06eb573d36142bd1a8e03c5ce8752d300b3 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 24 May 2017 15:10:37 +0200 Subject: fix build issues and add typedoc --- node_modules/webpack/schemas/webpackOptionsSchema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'node_modules/webpack/schemas') 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" -- cgit v1.2.3