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.
@NullVoxPopuli
Copy link
Contributor

@patricklx what was the status on this one? I remember from the tooling team meeting, we discovered that this doesn't actually fix the problem? is that true? am I misremembering?
(why didn't anyone comment on the PR? ugh)

@patricklx
Copy link
Collaborator Author

I think it was discussed last week and this fix is okay but not the best. The correct fix needs better integration with ember source

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.

2 participants