-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Use content-tag so that we can work on Safari / iOS #1162
Conversation
Run & review this pull request in StackBlitz Codeflow. |
|
8e872c5
to
02eedff
Compare
I've made a babel version of content-tag if that helps you. |
3.9KB is certainly more attractive than > 741Kb Though, I already have all of babel in the repl (which is approaching 5 MB). I wonder if there there is any benefit to moving all of my infra to SWC for parsing / compiling via WASM instead of babel. Right now, 3.9KB is fantastic. (Keeps me under 5 MB in transpilation assets). I need to look in to switching to SWC though -- maybe it's doable -- would need to figure out if they support legacy decorators -- or wait until @ef4's work with supporting both legacy decorators and spec-decorators... and then just have less transpilation in general. |
@patricklx it was not so easy 🙃 I opened a couple issues on your repo, and opened this PR for ember-template-tag: #1168 |
|
3955f44
to
0e3b9b4
Compare
0e3b9b4
to
50c1c76
Compare
Pending: