-
Notifications
You must be signed in to change notification settings - Fork 34
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
Module loading problems in phantomjs #103
Comments
I've seen this reported in slack a few times, and I'd love to help figure this out but I will need a reproduction.. |
OMG, I just lost so many hours debugging through this... 😢 Here are my findings... In my case the use of lodash originated in Unfortunately this is in a private app I cannot share. I tried to reproduce it in a minimal app, but did not succeed. A fresh (ember-cli 2.13.1) app just with mirage and a dummy acceptance test did load the mirage initializer, but did not fail in Phantom unfortunately... 🤔 Here is the final part of the stack trace (I added the functions of lodash where the code lines come from):
I added a bunch of
So seems something is different in the failing case for the global Anyone any idea what all that means? @rwjblue if not you, then who??? 😉 I could post my compiled |
Will be fixed by #104. |
I just upgraded to
ember-cli v2.13.1
and usephantomjs v2.1.14
, and now the qunit tests are failing during module loading. The Tests run fine in Chrome though.I am using
ember-lodash v4.17.2
.The text was updated successfully, but these errors were encountered: