UNPKG

ember-cli-es5-shim

Version:

This Ember CLI addon imports the es5-shim for your for add/addon.

12 lines (8 loc) 199 B
'use strict'; module.exports = { name: 'ember-cli-es5-shim', included: function(app) { this._super.included(app); this.app.import(app.bowerDirectory + '/es5-shim/es5-shim.js'); } };