UNPKG

ember-export-application-global

Version:

Sets `window.MyAppName` up as the application instance upon boot.

8 lines (6 loc) 133 B
'use strict'; module.exports = function(environment) { return { exportApplicationGlobal: environment !== 'production' }; };