transpiler

  • property
config.transpiler {String}  

Specifies which transpiler to use for ES6 modules. Traceur has been around for a longer time, but Babel provides advantages such as a smaller overhead.

String

Which ES6 compiler to user to generate ES5 code. Possible values:

Use

If you'd like to control which ES6 transpiler is used simply set in your config:

"steal": {
    "transpiler": "traceur"
}
Help us improve StealJS by taking our community survey