-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
failing tests on PhantomJS 2.1.1 - ReferenceError: Can't find variable: isCallableMarker #57
Comments
What version of is-callable do you have? v1.2.2, the latest, is required to fix phantomJS (broke in v1.2.0 and v1.2.1, see #56. |
on
|
I'm super confused how this error could happen; |
What webpack config doesn't work? |
it looks something like this:
I actually just removed the devtool, tried running it again, and it seems to work. I can't make sense of it and I'm going to chalk it up to a flake on my end (or environment has a lot of custom things, its possible I got lost in the configuration and am unable to provide enough context to debug this properly). Feel free to close this issue. |
Since we have #56 to cover adding phantomjs to CI, I'll close this, but I am still confused why that would break. |
I'm getting a weird reference error that points back to this module.
Weirdly, changing the webpack.config devtool seems to get past this (assigned the devtool to
eval
or evensourcemap
will work)Here is the generated bundle code, if it helps
The text was updated successfully, but these errors were encountered: