fix reload with ember-debug
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 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)
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