From 21f84fbf77841512c995c6b1e3777b4983796f9d Mon Sep 17 00:00:00 2001 From: Raphael DDL Oliveira Date: Tue, 23 Oct 2018 14:46:51 -0300 Subject: [PATCH] update config pages README.md Updates readme to reflect changes done by #2544 (commit 4cabf5e8c798287825908fb193d61fcc1e8d62af ). Not sure if properly worded but with that changes, fares an explanation that any other properties will also get passed along to `html-webpack-plugin`, not only listed properties. --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index d5066f4dba..b8af776324 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -101,7 +101,7 @@ module.exports = { Build the app in multi-page mode. Each "page" should have a corresponding JavaScript entry file. The value should be an object where the key is the name of the entry, and the value is either: - - An object that specifies its `entry`, `template`, `filename`, `title` and `chunks` (all optional except `entry`); + - An object that specifies its `entry`, `template`, `filename`, `title` and `chunks` (all optional except `entry`). Any other properties added beside those will also be passed directly to `html-webpack-plugin`, allowing user to customize said plugin; - Or a string specifying its `entry`. ``` js