Skip to content

Commit

Permalink
chore(build): include babel polyfill for demo app
Browse files Browse the repository at this point in the history
Fixes #427.
  • Loading branch information
buschtoens committed Nov 24, 2017
1 parent 140ea0d commit 58e0149
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ module.exports = function(defaults) {
autoprefixer: {
browsers: ['last 2 versions'],
cascade: false
},

'ember-cli-babel': {
includePolyfill: true
}
});

Expand Down

0 comments on commit 58e0149

Please sign in to comment.