Skip to content

Commit

Permalink
Change ember-cli-babel to include external helpers
Browse files Browse the repository at this point in the history
This is an experiment thanks to a tip from @maxfierke on
the Ember Discord:
https://discord.com/channels/480462759797063690/486548111221719040/785857236546748446
  • Loading branch information
backspace committed Dec 8, 2020
1 parent dfcdc9c commit 2f62478
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = function(defaults) {
],
},
'ember-cli-babel': {
includeExternalHelpers: true,
includePolyfill: isProd,
},
hinting: isTest,
Expand Down

0 comments on commit 2f62478

Please sign in to comment.