Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: new loader feature was missing cacheability
#20675 included a small addition to the basic AMD loader that ships inside ember-source for use in node. I added the ability to register a whole preexisting module. But when using that feature, we don't stick the results into the seen cache, so subsequent requests will see an empty module.
- Loading branch information