- Major version upgrade of
postcss-loader
to the 3.0.0 (#291) - Deprecate
minimize
option after the css-loader removed it (#291) - Remove
css-loader
andstyle-loader
from theuse
option (#293)
- Support for webpack 4 (#261)
- Breaking change: Remove
plugins
argument - Add
minimize
option
- Use
match()
instead ofexclude
/include
option
- Updated for new core API (#125)
- Requires node 6+
- Bug fix: Fix loading of
postcss.config.js
(#137)
- Bug fix: Fix
postcss
/sass
crash when using webpack 2 and source maps (#116)
- Made
plugins
parameter optional (#112)
- Breaking change: Dropped the default
node_modules/
exclusion
- Bug fix: PostCSS plugin configuration now works with webpack 2 (#68)
- Supporting custom PostCSS options now (
parser
,stringifier
,syntax
)
- Adapted to new API: Using
context
now
- Fix loader order issue
- Upgraded to postcss-loader v1.2.0 which supports reading the
postcss.config.js
file
loaders: [ 'postcss' ]
=>loaders: [ 'postcss-loader' ]
Initial release.