Minor Changes
-
support array of minimizers for
minifyandterserOptions(by @alexander-akait in #674) -
add built-in CSS minimizers from
css-minimizer-webpack-plugin(by @alexander-akait in #674) -
add built-in HTML minimizers from
html-minimizer-webpack-plugin(by @alexander-akait in #674) -
add
filtermethod to minimizers, allowing a single plugin instance to handle multiple asset types (by @alexander-akait in #674) -
terser-webpack-plugin has been renamed to minimizer-webpack-plugin, merging other minimizers from css-minimizer-webpack-plugin and html-minimizer-webpack-plugin. We will continue to publish new releases under the old name, but we recommend switching to the new package - minimizer-webpack-plugin. It is now a single plugin for minification. We also added the ability to specify different minifier types using only one plugin instance, which will improve performance. (by @alexander-akait in #677)
-
rename
terserOptionstominimizerOptions;terserOptionsis kept as a deprecated alias (by @alexander-akait in #674)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.