mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Add cmd interface
This commit is contained in:
parent
17669b7be0
commit
e6e1a19477
22 changed files with 540 additions and 111 deletions
|
|
@ -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
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue