-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
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
Remove esm
package
#498
Comments
It looks like
since ember doesn't use brocfiles -- is there a way to opt out of this behavior and prevent |
Ember-CLI did use Brocfiles at one point (I remember dealing with them) but apparently that was in https://github.com/ember-cli/ember-cli/tree/v0.2.7/blueprints/app/files before the jump to 1.13 when ember-cli became the default. Given that that was 8 years ago I imagine the current Ember-CLI doesn’t need to support that far back … 😉 |
do you have a repro repo? it's been a while since I've seen this one |
@NullVoxPopuli yes, it's here: Brain-up/brn#2631
|
looks like ember-data needs upgraded -- ember-data/private-build-infra uses, and private-build-infra moving off of ESM is what unblocked stackblitz from working.
|
the
esm
package is the last thing preventing ember from running in webcontainers.See:
The text was updated successfully, but these errors were encountered: