All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.0.0 (2021-04-10)
- update
cssnano
to5.0.0
version - drop
webpack
v4 support, - removed the
cache
option (respect thecache
option fromwebpack
) - removed the
cacheKeys
option respect thecache
option fromwebpack
) - removed the sourceMap option (respect the
devtool
option fromwebpack
)
- added defaults functions for
clean-css
andcsso
, please look at here (5211eed) - added the ability to pass an array of functions to the minify (91f9977)
- update
cssnano
to5.0.0
version (4d2a8fd)
1.3.0 (2021-03-15)
- added support
processorOptions
forcssnano
(8865423)
1.2.0 (2021-01-08)
1.1.5 (2020-10-07)
- update
schema-utils
1.1.4 (2020-09-18)
- weak cache
- source map generation
- cache warnings between builds
1.1.3 (2020-09-03)
- do not crash on the
minify
option (fd9abac)
1.1.2 (2020-08-24)
- compatibility with webpack 5 (6232829)
1.1.1 (2020-08-10)
- compatibility with
10.13
version ofNode.js
(d38ea79)
1.1.0 (2020-08-04)
- compatibility cache feature with webpack@5 (#16) (997e00f)
- skip double compression for child compilation (#18) (ffc71c2)
Initial release