Replies: 2 comments 6 replies
-
Without extra information, i'd say es6. What do we gain by using es2017? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Voted for es5. While I understand the argument of smaller bundle size and the drawback of carrying legacy code, more too often we are safer using older code versions than newer ones for compatibility with multiple libraries and tools. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently CeloMonorepo TSconfig is set to target "es5"
This means old browsers can run the code but also results in a larger bundle size as new ECMAscript features are implemented inline.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions