Skip to content

Commit ed023e3

Browse files
authored
'process' definition is not needed anymore (#105)
1 parent 6522d3c commit ed023e3

File tree

5 files changed

+10
-20
lines changed

5 files changed

+10
-20
lines changed

Diff for: .changeset/curly-hats-dress.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
'@graphprotocol/client-add-source-name': patch
3+
'@graphprotocol/client-apollo': patch
4+
'@graphprotocol/client-auto-pagination': patch
5+
'@graphprotocol/client-block-tracking': patch
6+
'@graphprotocol/client-cli': patch
7+
'@graphprotocol/client-urql': patch
8+
---
9+
10+
'process' definition is not needed anymore

Diff for: examples/apollo/vite.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
define: {
8-
'process.env': JSON.stringify({
9-
DEBUG: 1,
10-
}),
11-
},
127
})

Diff for: examples/execute/vite.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
define: {
8-
'process.env': JSON.stringify({
9-
DEBUG: 1,
10-
}),
11-
},
127
})

Diff for: examples/react-query/vite.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
define: {
8-
'process.env': JSON.stringify({
9-
DEBUG: 1,
10-
}),
11-
},
127
})

Diff for: examples/urql/vite.config.ts

-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
44
// https://vitejs.dev/config/
55
export default defineConfig({
66
plugins: [react()],
7-
define: {
8-
'process.env': JSON.stringify({
9-
DEBUG: 1,
10-
}),
11-
},
127
})

0 commit comments

Comments
 (0)