Enhances html-webpack-plugin functionality with different deployment options for your scripts including 'async', 'preload', 'prefetch', 'defer', 'module', custom attributes, and inlining.
When using webpack in larger projects, it's useful to split some of the webpack configuration in separate files and put together several webpack configs using webpack-config.
When using webpack in larger projects, it's useful to split some of the webpack configuration in separate files and put together several webpack configs using
webpack-config
.Unfortunately, using this plugin is not possible with
webpack-config
due to the frozen config options in https://github.com/numical/script-ext-html-webpack-plugin/blob/master/lib/config.js#L5-L28Please consider unfreezing those default config objects.