next-purgecss
next-purgecss copied to clipboard
nextjs + purgecss for smaller css bundles
I'm using next-purgecss with @zeit/next-scss and the result css is purget "too much". My sccs structure is: @import "variables"; @import "../../node_modules/bootstrap/scss/bootstrap"; @import "base"; ... I think that the result does...
i make css modules true in my next.config but it will purge all of my css. 
So I've tested the plugin and it seems to work. The problem I face tho is that Purge cleans more than it needs to. When visiting different pages some styles...
@lucleray I don't know if it's related to `next-compose-plugins` but when I use this plugin the hash of the generated `common` chunks is wrong. ```js module.exports = withPlugins( [ withCSS,...
I am using next-stylus. Can we purge css from it. If yes, how to implement. Any example?
Hi there, I am getting this error ``` ./styles/main.css ModuleParseError: Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type, currently no loaders...