rollup / awesome

⚡️ Delightful Rollup Plugins, Packages, and Resources
MIT License
2.55k stars 139 forks source link

Added your-function to text replacement section #116

Open UmamiAppearance opened 1 year ago

UmamiAppearance commented 1 year ago

Awesome Contribution Checklist:

Please Provide a Link A Repository for Your Addition

rollup-plugin-your-function

Please Describe Your Addition

This plugin solves a big problem I had with the existing text manipulation plugins. There is always a special syntax to follow to make changes possible. This plugin simply hands over the source code and makes it accessible for regular string replacements, which saves a lot of time as it removes the learning curve.

As a side note: This plugin also makes it very easy to solve tasks of other plugins, this can like for instance importing css. And on top of that it can be used as an output plugin.