File tree Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Expand file tree Collapse file tree 5 files changed +10
-20
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- define : {
8
- 'process.env' : JSON . stringify ( {
9
- DEBUG : 1 ,
10
- } ) ,
11
- } ,
12
7
} )
Original file line number Diff line number Diff line change @@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- define : {
8
- 'process.env' : JSON . stringify ( {
9
- DEBUG : 1 ,
10
- } ) ,
11
- } ,
12
7
} )
Original file line number Diff line number Diff line change @@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- define : {
8
- 'process.env' : JSON . stringify ( {
9
- DEBUG : 1 ,
10
- } ) ,
11
- } ,
12
7
} )
Original file line number Diff line number Diff line change @@ -4,9 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- define : {
8
- 'process.env' : JSON . stringify ( {
9
- DEBUG : 1 ,
10
- } ) ,
11
- } ,
12
7
} )
You can’t perform that action at this time.
0 commit comments