Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4829

Steps required for Ember-cli to support ES6 Object.assign()

$
0
0

@nagkumar wrote:

How to change ember-cli build to transpile all Object.assign() call with poly fills

On IE 11, we see this error

SCRIPT438: Object doesn't support property or method 'assign'

Our ember app code is based on ES6, including usage of Object.assign

Even after installing the plugin

https://github.com/babel/babel/tree/development/packages/babel-plugin-transform-object-assign

with respective .babelrc file changes, ember-cli does not seem to transpile

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4829

Trending Articles