pradel / create-react-app-esbuild

Use esbuild in your create-react-app for faster compilation, development and tests
MIT License
562 stars 34 forks source link

feat!: add esbuild css minification #36

Closed dbuezas closed 3 years ago

dbuezas commented 3 years ago

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.