We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e57727 commit 1a8e2d3Copy full SHA for 1a8e2d3
1 file changed
tsdown.config.ts
@@ -32,7 +32,7 @@ export default defineConfig({
32
clean: true,
33
name: 'nitro-graphql',
34
unbundle: true,
35
- external: [
+ deps: { neverBundle: [
36
'nitro-graphql/native',
37
'nitro-graphql',
38
'nitro',
@@ -56,7 +56,7 @@ export default defineConfig({
56
'#graphql/server',
57
...Object.keys(dependencies || {}),
58
...Object.keys(peerDependencies || {}),
59
- ],
+ ] },
60
ignoreWatch: [
61
playgroundPath,
62
],
0 commit comments