esbuild-css-modules-plugin
esbuild-css-modules-plugin copied to clipboard
allowing postcss plugins
Hello,
here are small updates I use on my project, upgrading the v1 using postcss
- #35 added option to add any array of postcss plugins (
@valuefor example)
I think you could use a esbuild-postcss-plugin instead 🤣
well, I understand your point, but that would also mean rewriting all what you did here, which is precisely why I use your plugin :)
This would be a useful feature for me as well!
v2.4.0 has supported custom filter
The problem that I was running into that led me was trying to get CSS modules working with nesting. No combination of tweaking things would get it to work until I tried @chrisdugne's fork that allows for using postcss plugins.
v2.4.0 has supported custom
filter
ok, nice; I removed the filter update from this PR, And I'll test it on my side, then close #34
This PR still update v1 to allow postcss plugins though