systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
82 stars 33 forks source link

What is the purpose of this plugin? #15

Closed rchedrese-va closed 8 years ago

rchedrese-va commented 8 years ago

I'm having a really hard time understanding what the difference is between using this plugin and just using babel directly. What's the difference between transpiler: 'babel' and transpiler: 'plugin-babel' Could you please clarify?

guybedford commented 8 years ago

This plugin provides Babel 6 support, while transpiler: 'babel' is the internal transpilation layer in SystemJS itself which is being deprecated in the next major and only supports Babel 5.