Skip to content

Commit c6c3672

Browse files
QUAJOGaurav0
authored andcommitted
Fix ember-cli service babelOpts config bug (#642)
* Fix ember-cli service babelOpts config bug Include 'transform-object-rest-spread' plugin to fix ES6 object spread bug. * Fix style inconsistency
1 parent 3283a87 commit c6c3672

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/services/ember-cli.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,6 +526,7 @@ function babelOpts(moduleName) {
526526
}],
527527
'transform-decorators-legacy',
528528
'transform-class-properties',
529+
'transform-object-rest-spread',
529530
hbsPlugin,
530531
newModulesPlugin
531532
]

0 commit comments

Comments
 (0)