graphql-upload
Advanced tools
Changelog
8.0.1
module
field. Webpack by default resolves extensionless paths the same way Node.js in --experimental-modules
mode does; .mjs
files are preferred. Tools misconfigured or unable to resolve .mjs
can get confused when module
points to an .mjs
ESM file and they attempt to resolve named imports from .js
CJS files.husky
version.browserslist
field with the target Node.js version for @babel/preset-env
and removed related config from babel.config.js
.--experimental-modules
) and the NODE_ENV
.Changelog
8.0.0
New naming that drops “apollo” to reflect the independent and universal nature of the project, fixing #68:
apollo-upload-server
to graphql-upload
.apolloUploadKoa
to graphqlUploadKoa
.apolloUploadExpress
to graphqlUploadExpress
.To migrate you project from apollo-upload-server@7.1.0
to graphql-upload@8.0.0
:
npm uninstall apollo-upload-server
.npm install graphql-upload
.apolloUploadKoa
→ graphqlUploadKoa
.apolloUploadExpress
→ graphqlUploadExpress
.