ember-cli / ember-cli

The Ember.js command line utility.

Home Page:https://cli.emberjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyze top-level `require` assignments

bertdeblock opened this issue · comments

Some top-level require assignments are pretty heavy, inlining them seems to improve performance.
More specifically, I need to go through all the top-level require assignments located in all task and command files, as those files are eagerly required when running Ember CLI.