-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loaders for several module bundlers #119
Comments
I can also create the repositories, then transfer ownership and you can publish it. |
@fabiosantoscode It would be nice if you do this. Currently I'm busy implementing decorators. |
@fabiosantoscode @kdy1 Did this ever happen? I'm using Rollup with a ton of custom plugins on a pet project, but I have one TypeScript transformer in the mix (currently relying on ast-types/recast), which slows the build process down a ton when I enable it. I'd love to be able to migrate just that transformer over to swc instead of having to migrate my entire build system over to spack (although migrating everything to spack does seem like a good long-term goal) |
Hey there! I procrastinated this and eventually forgot about it. Apparently there are already plugins for swc, I quickly googled this one: https://github.com/mentaljam/rollup-plugin-swc |
Googling would have been a good bet. 😆 Thanks for the link, I'll check it out! |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
I want to create loaders for SWC for several bundlers. I might ask someone to do it instead, but basically:
WebpackJust noticed it's doneShould I create the modules for these, or will you?
The text was updated successfully, but these errors were encountered: