We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
relevant issue: emberjs/ember-inspector#2125
here is definition how it should work: https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/environment/lib/env.ts#L129
relevant code in inspector https://github.com/emberjs/ember-inspector/blob/main/skeletons/web-extension/boot.js#L13 https://github.com/emberjs/ember-inspector/blob/main/ember_debug/libs/capture-render-tree.js#L10
embroider just overwrites EmberEnv: https://github.com/embroider-build/embroider/blob/main/packages/core/src/app.ts#L293
The text was updated successfully, but these errors were encountered:
30bf1a5
this fix breaks ie11 compatibility for ember 3.28.11+ which embroider supports as it doesn't get trasnpiled by babel at all options that I see are:
cc @ef4 when you have the time we can discuss the cleanest fix
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
relevant issue: emberjs/ember-inspector#2125
here is definition how it should work:
https://github.com/emberjs/ember.js/blob/master/packages/%40ember/-internals/environment/lib/env.ts#L129
relevant code in inspector
https://github.com/emberjs/ember-inspector/blob/main/skeletons/web-extension/boot.js#L13
https://github.com/emberjs/ember-inspector/blob/main/ember_debug/libs/capture-render-tree.js#L10
embroider just overwrites EmberEnv:
https://github.com/embroider-build/embroider/blob/main/packages/core/src/app.ts#L293
The text was updated successfully, but these errors were encountered: