GMOD / JBrowseR

R interface to the JBrowse 2 Linear Genome View.
https://gmod.github.io/JBrowseR/
Apache License 2.0
35 stars 3 forks source link

Remove babel/preset-env to reduce bundle size #34

Closed cmdcolin closed 4 months ago

cmdcolin commented 4 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