Skip to content

Bugfix: new loader feature was missing cache update#20697

Merged
ef4 merged 1 commit intomainfrom
loader-bug
May 14, 2024
Merged

Bugfix: new loader feature was missing cache update#20697
ef4 merged 1 commit intomainfrom
loader-bug

Conversation

@ef4
Copy link
Contributor

@ef4 ef4 commented May 13, 2024

#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.

#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.
@ef4 ef4 added the Bug label May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants