babel-plugin-graphql-tag:使用graphql-tag编译GraphQL标记的模板字符串

时间:2024-02-24 20:49:01
【文件属性】:

文件名称:babel-plugin-graphql-tag:使用graphql-tag编译GraphQL标记的模板字符串

文件大小:47KB

文件格式:ZIP

更新时间:2024-02-24 20:49:01

graphql babel-plugin graphql-tag GraphQLJavaScript

babel-plugin-graphql-tag 使用编译GraphQL标记的模板字符串。 动机 在构建时编译GraphQL查询: 减少脚本初始化时间; 和 删除graphql-tag依赖性 从捆绑软件中删除graphql-tag依赖项可以节省大约。 50 KB。 实作 搜索graphql-tag导入并将其删除。 搜索带有gql标识符的,并使用graphql-tag对其进行编译。 编译示例 输入: import gql from 'graphql-tag' ; // if using apollo v3 import { gql } from '@apollo/client' ; co


【文件预览】:
babel-plugin-graphql-tag-master
----.eslintrc(55B)
----.flowconfig(219B)
----.github()
--------FUNDING.yml(29B)
----src()
--------index.js(8KB)
----babel.config.js(196B)
----.npmignore(27B)
----.travis.yml(210B)
----LICENSE(1KB)
----test()
--------unnamed-query.test.js(704B)
--------index.test.js(224B)
--------fixtures()
--------package.json(42B)
----jest.config.js(48B)
----README.md(4KB)
----.editorconfig(147B)
----.gitignore(131B)
----package.json(1KB)

网友评论