Provide a way to opt out of included plugins
Open
- Dominant language
- TypeScript
- Stars
- 11.3k
- Forks
- 275
- PR merge metrics
- No merged PRs in 30d
Description
I want to bundle a library using tsup, where I'd like to embed css as a string and also minify it. This is possible but unnecessarily finnicky with the current setup, as the embedded postcss plugin wants to take care of css files already. I would like to have the possibility to opt out of using the postcss plugin (or any of the other embedded plugins, for that matter), such that my custom plugin can handle css files.
Contributor guide
Assessment
This issue has not been assessed yet.