Add remark about limitations of approach
This commit is contained in:
parent
7b1db672ab
commit
c9052b9691
|
|
@ -27,6 +27,7 @@ export default defineConfig(({ mode }) => {
|
||||||
port: 5173,
|
port: 5173,
|
||||||
strictPort: true,
|
strictPort: true,
|
||||||
watch: {
|
watch: {
|
||||||
|
// This fixes HMR but leads to schema changes not being taken into account unless the page is refreshed
|
||||||
ignored: ["**/gql/dist/minifiedSchema.json"],
|
ignored: ["**/gql/dist/minifiedSchema.json"],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue