Skip to content

v1.2.0

Compare
Choose a tag to compare
@SassNinja SassNinja released this 16 Aug 07:52
· 32 commits to master since this release

This release fixes the style-loader support so that the extracted CSS gets injected at the right position in the JS. Apart from that the html-webpack-plugin support has been reworked to allow a more meaningful usage.

Migration Notes:

If you've used this plugin together with the html-webpack-plugin before you have to adjust your template(s). The extracted files are no longer included in htmlWebpackPlugin.files.css but in the new object htmlWebpackPlugin.files.extracted.css. The (extracted) object structure has changed from [file, file] to [{file:file,query:query},{file:file,query:query}].