-
Notifications
You must be signed in to change notification settings - Fork 787
Export 'graphql' is not defined #2886
Comments
@triketora Just to verify, are you installing |
@hwillson Yes,
|
Looks like it was the |
Intended outcome:
I'm trying to get my static assets build on Heroku to run. I'm using Node 10.8.0, npm 6.8.0, and Parcel to build.
My package.json dependencies include:
"apollo-boost": "^0.1.28",
"apollo-client": "^2.5.1",
"apollo-link-context": "^1.0.17",
"react-apollo": "^2.5.1"
This was all running fine on Heroku up until a few hours ago when I tried to push and the build failed. I don't think I've changed anything that would have caused the build to start failing, but at this point I'm willing to believe anything.
Actual outcome:
How to reproduce the issue:
I cannot reproduce this problem locally unfortunately. Whenever I push my project to Heroku, it does consistently fail in my
heroku-postbuild
step that runsnpm run parcel:build
.Version
The text was updated successfully, but these errors were encountered: