Add remark about limitations of approach

This commit is contained in:
Elia Bieri 2024-11-13 15:23:25 +01:00
parent 7b1db672ab
commit c9052b9691
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ export default defineConfig(({ mode }) => {
port: 5173,
strictPort: true,
watch: {
// This fixes HMR but leads to schema changes not being taken into account unless the page is refreshed
ignored: ["**/gql/dist/minifiedSchema.json"],
},
},