Skip to content

Commit 18074dd

Browse files
committed
feat: Use webpack 4 entries api to extract asset information
BREAKING CHANGES: Pass the entry point names to the custom sort function instead of chunk objects. Removed the alter`htmlWebpackPluginAlterChunks` hook. Changed the structure of the `assets` argument for all hooks.
1 parent e684134 commit 18074dd

File tree

4 files changed

+193
-253
lines changed

4 files changed

+193
-253
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,6 @@ plugins: [
289289

290290
To allow other [plugins](https://github.com/webpack/docs/wiki/plugins) to alter the HTML this plugin executes the following events:
291291

292-
#### `SyncWaterfallHook`
293-
294-
* `htmlWebpackPluginAlterChunks`
295-
296292
#### `AsyncSeriesWaterfallHook`
297293

298294
* `htmlWebpackPluginBeforeHtmlGeneration`

0 commit comments

Comments
 (0)