v3.1.0
Added 2
- Allow specifying the `insert` option from file to reduce bundle size
- Allow specifying the `styleTagTransform` option from file to reduce bundle size
Fixed 2
- Reduce runtime
- Reduce runtime when using custom options
From style-loader
3.1.0 (2021-07-12)
Features
- allow to specify the
insertoption from file, we strongly recommend do it, using theinsertoption from file will reduce your bundle size, example (#521) (56fc8f0) - allow to specify the
styleTagTransformoption from file, we strongly recommend do it, using thestyleTagTransformoption from file will reduce your bundle size, example