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,
|
||||
port: 5173,
|
||||
strictPort: true,
|
||||
watch: {
|
||||
ignored: ["**/gql/dist/minifiedSchema.json"],
|
||||
},
|
||||
},
|
||||
resolve: {
|
||||
alias: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue