vite-plugin-php
vite-plugin-php copied to clipboard
Build watch does not reflect changes
Define vite build --watch in package.json on scripts:
Run the script
npm run watch
It keeps watching any change and rebuilds if it's so but it doesn't reflect anything new on the page after the first build. It seems like the temp file does not update accordingly.
I didn't account for that option, but I'll look into that as well