Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
096674f
Use async build
dac09 Feb 22, 2023
cd49f30
Fix tests
dac09 Feb 22, 2023
b3ece67
Remove graphql-tag plugin because it doesnt work anyway
dac09 Feb 22, 2023
7f1c721
Explain use of prebuildApiFiles
dac09 Feb 22, 2023
bd2c985
Rename prebuild function
dac09 Feb 22, 2023
9c8fbde
Remove redundant code
dac09 Feb 22, 2023
00a4a85
Revert "Remove graphql-tag plugin because it doesnt work anyway"
dac09 Feb 22, 2023
8932833
Fix failing nftPack test
dac09 Feb 23, 2023
480a257
Fix sourcemaps/debugging with breakpoints
dac09 Feb 23, 2023
3f84ed2
Fix api build test
dac09 Feb 23, 2023
d86822e
Try disabling telemetry on CLI tests
dac09 Feb 24, 2023
ccebbeb
Merge branch 'main' of github.com:redwoodjs/redwood into feat/api-ski…
dac09 Feb 24, 2023
f2ebf21
Try mocking telemetry
dac09 Feb 24, 2023
113ce60
Add "." to esbuild filter
dac09 Feb 24, 2023
dc03ee1
Remove prebuild
dac09 Feb 24, 2023
0f8f8b2
Remove unused import
dac09 Feb 24, 2023
4863387
Increase test timeout
dac09 Feb 24, 2023
c862986
Merge branch 'main' into feat/api-skip-prebuild
dac09 Mar 1, 2023
5d6557e
Mock FS in tests
Tobbe Mar 31, 2023
3308408
Merge branch 'main' into feat/api-skip-prebuild
Tobbe Mar 31, 2023
5b8fdd2
Fix test after merge
Tobbe Mar 31, 2023
fd575ba
Fix merge conflicts
Tobbe Mar 31, 2023
de923ae
Fix merge conflicts
Tobbe Mar 31, 2023
3010ad9
fix tests on windows
Tobbe Mar 31, 2023
18db1cd
Merge branch 'main' into feat/api-skip-prebuild
Tobbe Apr 1, 2023
4c1928b
Merge branch 'main' into feat/api-skip-prebuild
Tobbe Apr 2, 2023
333cac8
Undo jest config change
dac09 Apr 3, 2023
9bac85b
Undo telemetry change
dac09 Apr 3, 2023
10cb886
Merge branch 'main' into feat/api-skip-prebuild
dac09 Apr 4, 2023
96c455e
Merge branch 'main' into feat/api-skip-prebuild
thedavidprice Apr 4, 2023
c441253
Merge branch 'main' into feat/api-skip-prebuild
Tobbe Apr 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove graphql-tag plugin because it doesnt work anyway
  • Loading branch information
dac09 committed Feb 22, 2023
commit b3ece6781ed744922985f4943bbedffd008a30b4
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