Releases: webpack-contrib/postcss-loader
Releases · webpack-contrib/postcss-loader
v2.1.0
Bug Fixes
- index: continue watching after dependency
{Error}
(#332) (a8921cc)
Features
- index: pass AST (
result.root
) && Messages (result.messages
) as metadata to other loaders (#322) (56232e7)
v2.0.10
Bug Fixes
- index: copy loader
options
before modifying (#326) (61ff03c)
v2.0.8
Bug Fixes
- lib/options: handle
{Object}
return (options.plugins
) (#301) (df010a7)
- schema: allow to pass an
{Object}
(options.syntax/options.stringifier
) (#300) (58e9996)
v2.0.5
Bug Fixes
- regression with
options.plugins
{Function}
(webpack.config.js
) (#229) (dca52a9)
v2.0.4
Bug Fixes
- index:
postcss.config.js
not resolved correctly (options.config
) (faaeee4)
- index: update validation schema, better warning message (4f20c99)
v2.0.3
Bug Fixes
- index: don't fail on
sourceMap: false
&& emit a warning instead, when previous map found (options.sourceMap
) (159b66a)