Skip to content

Commit

Permalink
Remove Babel polyfill since regenerator is provided by addon
Browse files Browse the repository at this point in the history
- `ember-maybe-import-regenerator`
  • Loading branch information
bobisjan committed Dec 26, 2018
1 parent 24b915c commit 0e6ce17
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ const EmberAddon = require('ember-cli/lib/broccoli/ember-addon');

module.exports = function(defaults) {
let app = new EmberAddon(defaults, {
'ember-cli-babel': {
includePolyfill: true
}
// Add options here
});

/*
Expand Down

0 comments on commit 0e6ce17

Please sign in to comment.