UNPKG

ember-fetch

Version:

HTML5 Fetch polyfill (as an ember-addon)

13 lines (10 loc) 236 B
'use strict'; const EmberApp = require('ember-cli/lib/broccoli/ember-app'); module.exports = function(defaults) { let app = new EmberApp(defaults, { // Add options here 'ember-fetch': { } }); return app.toTree(); };