mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 11:25:29 +08: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).