Releases: webpack/style-loader
Releases · webpack/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
wepbackversion is4.0.0 - the
convertToAbsoluteUrlsoption was removed, you don't need this anymore - the
attrsoption was renamed to theattributesoption - the
transformoption was removed without replacement - the
hmroption was removed,webpackautomatically inject HMR code when it is required (when theHotModuleReplacementPluginplugin was used) - the
sourceMapoption was removed. The loader automatically inject source maps if the previous loader emit them - the
ref/unrefapi methods were removed foruseableloader, please use theuse/unuseapi methods - the
style-loader/urlloader was removed in favorinjectTypeoption (look the documentation about theinjectTypeoption) - the
style-loader/useableloader was removed in favorinjectTypeoption (look the documentation about theinjectTypeoption) - the
singletonoption was removed (look documentation about theinjectTypeoption) - the
insertAtoption was removed in favor theinsertoption (look the documentation about theinsertoption and examples) - the
insertIntooptions was removed in favor theinsertoption (look the documentation about theinsertoption and examples)