Esbuild can also take care of css minification and it is also very fast at it.
This PR enables support for configuring the minifiers separately and replacing the default CRA CSS minifier.
WARNING
Defaults to using esbuild as css minifier
Slight change in API. The loader options are not passed to the minifier options anymore.
Motivation
Esbuild can also take care of css minification and it is also very fast at it. This PR enables support for configuring the minifiers separately and replacing the default CRA CSS minifier.
WARNING
See code and #35 for more information.