At the moment ember-inspector has bunch of initialization magic (checking for some special props to exist). It would be great to have minimal public API to avoid hacking it around. It allow us to bring ember inspector to wider community.
I had few experiments for minimal script to boot ember inspector in custom environments:
At the moment
ember-inspector
has bunch of initialization magic (checking for some special props to exist). It would be great to have minimal public API to avoid hacking it around. It allow us to bring ember inspector to wider community.I had few experiments for
minimal
script toboot
ember inspector in custom environments:amd
, works with thiscompat
file: https://github.com/lifeart/demo-ember-vite/blob/master/src/config/inspector.tsboot
logic: https://github.com/lifeart/glimmer-next/blob/master/src/utils/ember-inspector.tsNo call to action here, just leaving some documentation (code references) how to deal with ember-inspector in 3rd party environments.