Skip to content

Commit

Permalink
Auto merge of #2922 - Turbo87:native-fetch, r=locks
Browse files Browse the repository at this point in the history
ember-fetch: Enable `preferNative` option

r? `@locks`
  • Loading branch information
bors committed Oct 19, 2020
2 parents 15c19f4 + 9da48d8 commit 0a3150f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ember-cli-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ module.exports = function (defaults) {
babel6: {
plugins: ['transform-object-rest-spread'],
},
'ember-fetch': {
preferNative: true,
},
'ember-prism': {
theme: 'twilight',
components: highlightedLanguages,
Expand Down

0 comments on commit 0a3150f

Please sign in to comment.