Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code snippet for enabling polyfill #118

Merged
merged 2 commits into from Mar 14, 2017
Merged

Add code snippet for enabling polyfill #118

merged 2 commits into from Mar 14, 2017

Conversation

ghost
Copy link

@ghost ghost commented Mar 14, 2017

No description provided.

README.md Outdated
@@ -47,6 +47,14 @@ features that require the polyfill to work.

To include it in your app, pass `includePolyfill: true` in your `ember-cli-babel` options.

```js
var app = new EmberApp({
babel: {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go into the ember-cli-babel key:

var app = new EmberApp({
  'ember-cli-babel': {
    includePolyfill: true
  }
});

@rwjblue rwjblue merged commit d40c011 into emberjs:master Mar 14, 2017
@rwjblue
Copy link
Member

rwjblue commented Mar 14, 2017

Thank you!

siva-sundar pushed a commit to siva-sundar/ember-cli-babel that referenced this pull request Feb 11, 2021
package.json: Remove distTag override
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants