vite-plugin-relay icon indicating copy to clipboard operation
vite-plugin-relay copied to clipboard

feat: Upgrade to relay 13

Open cliedeman opened this issue 3 years ago • 2 comments

Fixes #211

Most of the compiler options have been removed with the rust compiler so you have to use a relay.config.js or the like

e.g. So the eager es modules are not required anymore

module.exports = {
    language: 'typescript',
    src: './src/.',
    eagerEsModules: true,
    'schema': './schemas/schema.gql',
  };

cliedeman avatar Mar 29 '22 15:03 cliedeman

The pinned graphql version is odd. Explanation here

cliedeman avatar Mar 29 '22 15:03 cliedeman

Depends on #304

cliedeman avatar Mar 29 '22 18:03 cliedeman