We currently try to transpile, add polyfills, and target older browsers. This is something we want to change, and just focus on targeting es2020 (ref this comment). Targetting es2020 happens already in #3231, but that might leave CoreJS and babel transpiling unused. We should remove it if we don't use it.
We currently try to transpile, add polyfills, and target older browsers. This is something we want to change, and just focus on targeting es2020 (ref this comment). Targetting
es2020happens already in #3231, but that might leave CoreJS and babel transpiling unused. We should remove it if we don't use it.