-
Notifications
You must be signed in to change notification settings - Fork 318
@zeit/next-css: Remove minimize option #286
Comments
Feel free to send a pull-request. |
I found it very convenient that next-css automatically minified the CSS. Can we get that back? |
Looking for some clarification, does a The readme says But lines 49-68 in |
#327 solves the automatically minimizing |
Next.js has built-in support for css and sass: https://nextjs.org/docs/basic-features/built-in-css-support we recommend using the built-in support which solves numerous edge cases and adds additional optimizations |
The
minimize
option has been removed incss-loader
1.0.0 which is now used ( 91bf70a).To avoid confusion (there is currently no minification) we should remove the line in https://github.com/zeit/next-plugins/blob/2db666d9adf96bb16532caf5048b7b44e115222d/packages/next-css/css-loader-config.js#L76
The text was updated successfully, but these errors were encountered: