style-loader
Advanced tools
Changelog
1.0.0 (2019-08-06)
8.9.0
wepback
version is 4.0.0
convertToAbsoluteUrls
option was removed, you don't need this anymoreattrs
option was renamed to the attributes
optiontransform
option was removed without replacementhmr
option was removed, webpack
automatically inject HMR code when it is required (when the HotModuleReplacementPlugin
plugin was used)sourceMap
option was removed. The loader automatically inject source maps if the previous loader emit themref
/unref
api methods were removed for useable
loader, please use the use
/unuse
api methodsstyle-loader/url
loader was removed in favor injectType
option (look the documentation about the injectType
option)style-loader/useable
loader was removed in favor injectType
option (look the documentation about the injectType
option)singleton
option was removed (look documentation about the injectType
option)insertAt
option was removed in favor the insert
option (look the documentation about the insert
option and examples)insertInto
options was removed in favor the insert
option (look the documentation about the insert
option and examples)<a name="0.23.1"></a>