I’ve got two issues. I’m on windows 10 meteor 1.8.0.2
-
Meteor doesn’t rebuild on every file change. Sometime I can change a .graphql file and it will rebuild and sometimes it wont. If it doesn’t I would edit a .js file that requires the graphql file. Usually that will trigger a rebuild. The last day or two when I’ve got an error preventing meteor from starting It wouldn’t rebuild on any file change.
-
The second issue is grapql files are being cached even when a change in that file triggers a rebuild, so the schema remains the same. Sometimes closing and restarting meteor won’t fix this either. This behaivour is the same with babel-plugin-inline-import@3.0.0 or 2.6.2, swydo:graphql and orionsoft:graphql-compiler.
Is there someway I can make a script to run on rebuild to delete the graphql cache?
If anyone can shed any insight I would be grateful.