numical / script-ext-html-webpack-plugin

Enhances html-webpack-plugin functionality with different deployment options for your scripts including 'async', 'preload', 'prefetch', 'defer', 'module', custom attributes, and inlining.
MIT License
588 stars 105 forks source link

Support for using with webpack-config #23

Closed avaly closed 7 years ago

avaly commented 7 years ago

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-L28

Please consider unfreezing those default config objects.