mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
I tried removing babel-runtime from the dev bundle in a recent commit (since @babel/runtime is what Babel 7 uses), but some tests failed. Unfortunately Meteor packages like stylus that (1) register compiler plugins and (2) were last published before Meteor 1.6.1 still need the older version of the babel-runtime npm package. It's an extra 2MB of dev bundle size (82MB vs. 80MB), so it's not the end of the world, but I would like to figure out how to remove it permanently at some point. cc @abernix @hwillson in case you have any quick thoughts