Ignore minified GQL schema in vite watch
This commit is contained in:
parent
d3f1c2adfa
commit
7b1db672ab
|
|
@ -26,6 +26,9 @@ export default defineConfig(({ mode }) => {
|
||||||
host: true,
|
host: true,
|
||||||
port: 5173,
|
port: 5173,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
|
watch: {
|
||||||
|
ignored: ["**/gql/dist/minifiedSchema.json"],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue