Hao
Hao

Reputation: 6609

What module loader ember.js is using?

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

Answers (1)

Lux
Lux

Reputation: 18240

It's loader.js. It's a minimal loader for ember.

Upvotes: 1

Related Questions