Skip to content

Commit

Permalink
Fix vscode issue with esbuild + vsce bundling (#3274)
Browse files Browse the repository at this point in the history
  • Loading branch information
acao authored Jun 24, 2023
1 parent c8570e8 commit 5e38ab6
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-parrots-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vscode-graphql': patch
---

fix esbuild + vsce issue
5 changes: 5 additions & 0 deletions .changeset/orange-turkeys-draw.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'vscode-graphql-execution': patch
---

fix vscode-graphql-execution release
5 changes: 1 addition & 4 deletions packages/vscode-graphql-execution/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ build({
'dustjs-linkedin',
'atpl',
'liquor',
'twig',
'cosmiconfig',
'graphql-config',
'graphql',
'twig'
],
format: 'cjs',
sourcemap: true,
Expand Down
5 changes: 1 addition & 4 deletions packages/vscode-graphql/esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ build({
'dustjs-linkedin',
'atpl',
'liquor',
'twig',
'cosmiconfig',
'graphql-config',
'graphql',
'twig'
],
})
.then(({ errors, warnings }) => {
Expand Down
3 changes: 2 additions & 1 deletion packages/vscode-graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
},
"dependencies": {
"graphql-language-service-server": "^2.11.2",
"vscode-languageclient": "8.0.2"
"vscode-languageclient": "8.0.2",
"graphql": "16.6.0"
}
}

0 comments on commit 5e38ab6

Please sign in to comment.