tulios / ember-webpack-example

TodoMVC app implemented using Ember + webpack

Home Page:http://tulios.github.io/ember-webpack-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for initializers and instanceInitializers

nicolaidahl opened this issue · comments

First of all, thanks for making this possible! We're currently trying to use this repo as a migration path away from ember. That's why we're looking for something like this example but with support for initializers and instanceInitializers (of which we have around 10).

So far, we've tried extending the example with the ember-load-initializers npm package before realizing it was an ember addon.

Are you aware of any way to make initializers and instanceInitializers work with this setup?

Thanks