Closed cmdcolin closed 8 months ago
I noticed babel/preset-env was down-transpiling to quite a low level. This PR removes it entirely.
The bundle size with and without preset-env w: 5.8Mb w/o: 3.1Mb
an alternative is to configure preset-env to a more reasonable default, but app loads fine in e.g. firefox without it
I noticed babel/preset-env was down-transpiling to quite a low level. This PR removes it entirely.
The bundle size with and without preset-env w: 5.8Mb w/o: 3.1Mb
an alternative is to configure preset-env to a more reasonable default, but app loads fine in e.g. firefox without it