rollup / awesome

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

Add rollup-plugin-less-tilde-importer #28

Closed antleblanc closed 5 years ago

antleblanc commented 5 years ago

Awesome Contribution Checklist:

Please Describe Your Addition

rollup-plugin-less-tilde-importer provide ~ (tilde) prefix as a way to tell less compiler that it should resolve path using a configured array of module directories.

shellscape commented 5 years ago

Thank you for the submission 🍺

It looks like this plugin is still in beta (1.0.0-beta.0) and with that doesn't have any tests in the repo (so there's no way for us to check it out). We're going to have to pass on it at this time, but that's not to say when it's a bit more mature we wouldn't add it to the list.

antleblanc commented 5 years ago

Thanks @shellscape for your feedback.

I will update this plugin in order to be able to provide a 1.0.0 release and of course provide some tests.