mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 14:24:54 +00:00
The primary motivation is to simplify `eagerLoadRawTemplateModules` which curently introspects the module dependencies (the `imports` at runtime). This is no longer supported in Embroider as the AMD shims do not have any dependencies (since it's managed internally with webpack).