Skip to content

Commit

Permalink
Add new types for new Ember releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Mar 5, 2018
1 parent d7dc4dd commit 04f47d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mu-trees/addon/ember-config.js
Expand Up @@ -34,11 +34,13 @@ export default function generateConfig(name) {
transform: { definitiveCollection: 'transforms' },
view: { definitiveCollection: 'views' },
'-view-registry': { definitiveCollection: 'main' },
'-bucket-cache': { definitiveCollection: 'main' }
'-bucket-cache': { definitiveCollection: 'main' },
'-environment': { definitiveCollection: 'main' },
'-application-instance': { definitiveCollection: 'main' }
},
collections: {
'main': {
types: ['router', '-bucket-cache', 'component-lookup', '-view-registry', 'event_dispatcher', 'application', 'location', 'renderer']
types: ['router', '-bucket-cache', 'component-lookup', '-view-registry', 'event_dispatcher', 'application', 'location', 'renderer', '-environment', '-application-instance']
},
components: {
group: 'ui',
Expand Down

0 comments on commit 04f47d5

Please sign in to comment.