HTML Webpack Combine Multiple Configs Plugin
Projects | | Links: Site | Source

This plugin allows script assets from multiple webpack configs to be injected into the same HTML template via HtmlWebpackPlugin.
This plugin allows script assets from multiple webpack configs to be injected into the same HTML template via HtmlWebpackPlugin.
Essentially, this enables the “differential loading” approach, popularized in Angular 8 to, work with the Webpack’s HTML plugin.
In a nutshell, differential loading means to send newer, flashier code to newer browsers and stable legacy code to legacy browsers.
— Source