Skip to content

Commit

Permalink
Fixed typo in ember-cli-build
Browse files Browse the repository at this point in the history
  • Loading branch information
evanfarina committed Jan 16, 2020
1 parent bc7ab7a commit 7502336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(defaults) {
let app = new EmberAddon(defaults, {
'ember-cli-babel': {
// Needed because ember-maybe-import-regenerator uses Promise
includePolyfill: (EmberApp.env() === 'test'),
includePolyfill: (EmberAddon.env() === 'test'),
},
});

Expand Down

0 comments on commit 7502336

Please sign in to comment.