mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The most important change in this version is that the Reify compiler is now just another Babel plugin, so it's possible for other Babel presets and plugins to run before it. Fixes #8399. Fixes #8422. Fixes https://github.com/meteor/babel/issues/13.