Add cmd interface

This commit is contained in:
RainLoop Team 2016-08-22 00:30:34 +03:00
parent 17669b7be0
commit e6e1a19477
22 changed files with 540 additions and 111 deletions

View file

@ -65,7 +65,7 @@ module.exports = function(publicPath, pro, es6) {
"transform-es2015-function-name",
// ["transform-es2015-arrow-functions")],
"transform-es2015-block-scoped-functions",
// ["transform-es2015-classes", loose],
// ["transform-es2015-classes", {loose: true}],
// "transform-es2015-object-super",
"transform-es2015-shorthand-properties",
"transform-es2015-duplicate-keys",
@ -104,7 +104,7 @@ module.exports = function(publicPath, pro, es6) {
// other
'transform-runtime',
'transform-decorators-legacy'
'transform-decorators-legacy' // -> transform-decorators // from stage-2
]
}
},