HTML Webpack Combine Multiple Configs Plugin

HTML Webpack Combine Multiple Configs Plugin

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


© 2022 Florian Klampfer

Powered by Hydejack v9.1.6