You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have not done this in the past because some we support Node 12.x, and that doesn't support es2020 features, so it would be confusing for new users if they run into a situations where their deploy target does not support the newer features which are not transpiled if the target is es2020. More info in #772 .
Describe the problem
I think we as world are ready for
"target": "es2020"
as default when we generate newSvelteKit
project.Aren't we?
Describe the proposed solution
Use
"target": "es2020"
.Alternatives considered
No response
Importance
would make my life easier
Additional Information
No response
The text was updated successfully, but these errors were encountered: