Custom File Type Change Detection
Vite has a plugin system where a transform may be performed on file type changes in the following:
https://vitejs.dev/guide/api-plugin.html#transforming-custom-file-types
Even though the documentation states that transforms might be performed on "custom file types", attempts to listen to changes for file types other than the common web assets type (.js, .ts, .html, .css) will not work.