Skip to content

Commit 45753bb

Browse files
RaphaelDDLhaoqunjiang
authored andcommitted
docs: update config pages README.md (#2798) [ci skip]
Updates readme to reflect changes done by #2544 (commit 4cabf5e ). 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.
1 parent c33603d commit 45753bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = {
101101

102102
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:
103103

104-
- An object that specifies its `entry`, `template`, `filename`, `title` and `chunks` (all optional except `entry`);
104+
- 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;
105105
- Or a string specifying its `entry`.
106106

107107
``` js

0 commit comments

Comments
 (0)