This boilerplate using react-app-rewired
helps to override create-react-app
webpack config without running eject
. Currently, it does:
- support
tailwindcss
. - support
styled-component
, plustwin.macro
for integrating withtailwind
classes. - support
bundle-analyzer
to analyze bundle size.