Reputation: 6609
I am wondering what module loader ember.js is using?
I check the docs in ember-cli, it mentioned the compiled module is AMD(RequireJS). But what is the module loader library? Like angular is using webpack.
Upvotes: 1
Views: 122
Reputation: 18240
It's loader.js. It's a minimal loader for ember.
loader.js