Open euisuny opened 5 years ago
We discussed this a while back -- at the time, we said it was unnecessary since it doesn't effect the end user since they won't be rebuilding the compiler
It's becoming kind of frustrating during development, this could just be an extra line in our Makefile when we build our compiler that removes the .cache folder.
This issue seems relevant: https://github.com/parcel-bundler/parcel/issues/729
this fix would be great!
Invalidate the
.cache/
generated by ParcelJS whenever the compiler is updated/rebuilt.