-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Apply plugins to each config (#15)
The plugin may now be applied to each individual configuration that should be included in the render stats instead of applying to the MultiCompiler. Applying to the MultiCompiler is still supported at this stage. Call `render()` to choose the configuration that's code will be used to perform the render. For support with Webpack v5 the documentation now shows applying a compiler to a plugin instead of the other way around. ```js // Previously: multiCompiler.apply(new HtmlRenderPlugin()) new HtmlRenderPlugin().apply(multiCompiler); ```
- Loading branch information
1 parent
318413b
commit 18c1c99
Showing
38 changed files
with
1,272 additions
and
386 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.