Files
meteor/packages
Ben Newman f97f528f33 Address some of @gadicc's feedback on .babelrc implementation.
Full comments: https://github.com/meteor/meteor/issues/6351#issuecomment-220944251

This commit implements optional "babel-{plugin,preset}-" prefixing and
.__esModule logic (point 2), and gives users more control over load order
by turning their plugins into a preset that loads between
babel-preset-meteor and the default plugins (point 4.i).

As time goes on, Meteor should consider moving some transforms out of the
babel-preset-meteor preset and into the babelOptions.plugins list, so that
they can be preempted by user presets.
2016-05-24 13:34:36 -04:00
..