-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
TypeError: "h is not a function" createUploadLink #123
Comments
You mean include |
|
Is there a bug specific to |
I don't see |
CRA had bugs with Webpack and |
I installed |
I am not too familiar with webpack |
I didn't include |
All this probably won't be necessary in CRA v2.0.5, which is in Github releases but not yet published to npm for some reason: facebook/create-react-app#5258 |
I ejected my web application to make
apollo-upload-client
work.package.json
The app works when I run
yarn start
, however once it gets transpiled into ES2015, it crashes.I have not modified anything other than webpackconfig to exclude mjs
The text was updated successfully, but these errors were encountered: