You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that when the staticEmberSource flag is enabled, all of the ember-source modules (besides ember/index) are no longer pushed into the loader.js system. This breaks the Ember inspector since it expects some of those modules to be available. It does have some fallbacks but those are more intended for older Ember versions so those don't work either.
Since the AMD environment is most likely going away in the future we probably want an alternative solution for the inspector.
(I'm opening the issue here since it's the new staticEmberSources flag that uncovered the problem, but it might be more suited in the ember source or ember-inspector repos.)
The text was updated successfully, but these errors were encountered:
Windvis
changed the title
Ember inspector breaks when staticEmberSources is enabled
Ember inspector breaks when staticEmberSource is enabled
Aug 8, 2023
This is mostly fixed by emberjs/ember-inspector#2475
Ember inspector can load, but some features like tracked detection and tracked dependencies will be missing
It seems that when the
staticEmberSource
flag is enabled, all of the ember-source modules (besidesember/index
) are no longer pushed into the loader.js system. This breaks the Ember inspector since it expects some of those modules to be available. It does have some fallbacks but those are more intended for older Ember versions so those don't work either.Since the AMD environment is most likely going away in the future we probably want an alternative solution for the inspector.
(I'm opening the issue here since it's the new
staticEmberSources
flag that uncovered the problem, but it might be more suited in the ember source or ember-inspector repos.)The text was updated successfully, but these errors were encountered: