Skip to content

Conversation

@patricklx
Copy link
Collaborator

@patricklx patricklx commented Oct 28, 2025

Description

ember inspector has an option to reload the website with ember-debug.
that is to e.g. catch early rendering for performance page, or catch early deprecation messages.

that will now not work anymore, as ember-debug is ESM. We should either bundle it OR use import().

i think import() would be the quick fix.
but a bundle is preferred , as the intention is to have ember-debug fully loaded BEFORE ember

Screenshots

@patricklx patricklx requested a review from mansona October 28, 2025 10:42
Removed unused variable declaration for emberDebug.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant