manuelbieh / react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties
MIT License
779 stars 203 forks source link

Css is not minified #136

Open vylink opened 3 years ago

vylink commented 3 years ago

Trying to find how to minify CSS for production. Any idea? MiniCssExtractPlugin seems to be broken or not working as expected :(

manuelbieh commented 3 years ago

Good finding! At some point I must have accidentally dropped the postcss-nano plugin. Will fix this!