Skip to content

Changes necessary for graphql refactor in pubsweet

Aanand Prasad requested to merge graphql-2 into master
  • Allow empty strings in article metadata. Without this, users' changes in xpub-submit aren't saved until each of the title, abstract and articleType fields have a non-empty value.
  • Exclude .mjs files from the file-loader webpack rule. One of react-apollo's dependencies is published in .mjs format, and won't load without this change.
Edited by Aanand Prasad

Merge request reports