-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ember App Support #10
Comments
babel-plugin-ember-modules-api-polyfill won't be needed when |
If I understood correctly, SWC does not support plugins, and that continues to be a blocker for ember support? |
SWC supports plugins. https://swc.rs/docs/usage-plugin/ We need to migrate the babel plugins. Would like to assist if we are working on swc plugins for Ember. |
@stefanpenner - is there any update on this? We're seeing pretty slow build times with Babel, and looking for any improvements we can get. Would also be happy to assist if there are things we can look at. |
I am not working on this, so if someone wants to move it forward I would be in full support. |
Experimental App: https://github.com/stefanpenner/ember-on-swc
Current blocker: lack of babel-plugin-ember-modules-api-polyfill
hacks:
List of Known blockers:
The text was updated successfully, but these errors were encountered: