-
Notifications
You must be signed in to change notification settings - Fork 59
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
FastBoot is not defined
– Issues with lazy-loading engines and ember-cli-moment-shim
#145
Comments
@briangonzalez First time this is reported and it's used heavily through ember-moment. I suspect Ember engines is doing something that I wasn't anticipating. Can you replicate it with a dummy app? If not, I have some ideas on how to remove |
@jasonmit This issue was reproducible when building in 'production' environment mode.
Context:
|
Thanks for the feedback @majew7, the issue occurs with and without lazy engines? |
Before I version, can either of you verify this fixes the issue: |
Yes, @jasonmit, I will verify in the next 24 hours. |
Hi @jasonmit, |
3.5.0 resolves this, thanks everyone |
Thanks @jasonmit! We are consuming the new 3.5.0 version. Much appreciated. |
We're attempting to use
ember-cli-moment-shim
in our non-fastbooted ember app. We're encountering an error when we navigate to our lazy-loaded engine (see below).I suspect this line is causing the issue, as
FastBoot
is not defined.Any ideas?
The text was updated successfully, but these errors were encountered: