From fea14b477cd1e6f18508b4fd365e224ac423c3ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E6=85=A7=E5=AE=BE?= Date: Tue, 16 May 2017 21:18:34 +0800 Subject: [PATCH] fix the options of ChunkManifestPlugin --- content/guides/caching.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/guides/caching.md b/content/guides/caching.md index 3dec7a11ac2a..08997b5ffc40 100644 --- a/content/guides/caching.md +++ b/content/guides/caching.md @@ -233,7 +233,8 @@ module.exports = { new WebpackChunkHash(), new ChunkManifestPlugin({ filename: "chunk-manifest.json", - manifestVariable: "webpackManifest" + manifestVariable: "webpackManifest", + inlineManifest: true }) ] };