Skip to content

Commit

Permalink
Remove graphql-tag plugin because it doesnt work anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dac09 committed Feb 22, 2023
1 parent cd49f30 commit b3ece67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"@graphql-codegen/typescript-resolvers": "3.0.0",
"@iarna/toml": "2.2.5",
"@redwoodjs/graphql-server": "4.0.0",
"babel-plugin-graphql-tag": "3.3.0",
"babel-plugin-polyfill-corejs3": "0.6.0",
"chalk": "4.1.2",
"core-js": "3.28.0",
Expand Down
7 changes: 0 additions & 7 deletions packages/internal/src/build/babel/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,6 @@ export const getApiSideBabelPlugins = ({ forJest } = { forJest: false }) => {
},
'rwjs-babel-auto-import',
],
// FIXME: `graphql-tag` is not working: https://github.com/redwoodjs/redwood/pull/3193
['babel-plugin-graphql-tag', undefined, 'rwjs-babel-graphql-tag'],
[
require('../babelPlugins/babel-plugin-redwood-import-dir').default,
undefined,
'rwjs-babel-glob-import-dir',
],
].filter(Boolean) as PluginItem[]

return plugins
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7102,7 +7102,6 @@ __metadata:
"@types/findup-sync": 4.0.2
"@types/fs-extra": 11.0.1
"@types/rimraf": 3.0.2
babel-plugin-graphql-tag: 3.3.0
babel-plugin-polyfill-corejs3: 0.6.0
babel-plugin-tester: 11.0.4
chalk: 4.1.2
Expand Down

0 comments on commit b3ece67

Please sign in to comment.