mini-css-extract-plugin
mini-css-extract-plugin copied to clipboard
Add support for setting the minimum size

Currently the css inside the bundle will be extracted into a single .css file.
But sometimes the .css file will be small, only a few kb, but it will cost an additional http request.
Is it better to set a minSize?
/cc @sokra
any update?