Releases: webpack-contrib/style-loader
Releases · webpack-contrib/style-loader
v1.0.1
v1.0.0
1.0.0 (2019-08-06)
Bug Fixes
- es3 compatibility (#390) (ae24ec2)
- restore original hot reloading behaviour for locals (#419) (f026429)
- better handle source maps (#383) (84ec8e5)
Features
BREAKING CHANGES
- minimum required Node.js version is
8.9.0
- minimum require
wepback
version is4.0.0
- the
convertToAbsoluteUrls
option was removed, you don't need this anymore - the
attrs
option was renamed to theattributes
option - the
transform
option was removed without replacement - the
hmr
option was removed,webpack
automatically inject HMR code when it is required (when theHotModuleReplacementPlugin
plugin was used) - the
sourceMap
option was removed. The loader automatically inject source maps if the previous loader emit them - the
ref
/unref
api methods were removed foruseable
loader, please use theuse
/unuse
api methods - the
style-loader/url
loader was removed in favorinjectType
option (look the documentation about theinjectType
option) - the
style-loader/useable
loader was removed in favorinjectType
option (look the documentation about theinjectType
option) - the
singleton
option was removed (look documentation about theinjectType
option) - the
insertAt
option was removed in favor theinsert
option (look the documentation about theinsert
option and examples) - the
insertInto
options was removed in favor theinsert
option (look the documentation about theinsert
option and examples)