manuelbieh / react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Css is not minified

vylink opened this issue · comments

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

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