- Laravel Vite Plugin Version: 0.2.3
- Laravel Version: 9.19.0
- Node Version: 16.0.0
- NPM Version: 7.18.1
Description:
When build for prod if a user it's already on one page I will receive this sentry exception when this user change page Failed to fetch dynamically imported module Look like it's happening because those files vite create have different name. Do we have a way to trigger I don't know a full refresh or ? Btw I'm using React and Inertiajs
My build command "build": "vite build && vite build --ssr"
Description:
When build for prod if a user it's already on one page I will receive this sentry exception when this user change page
Failed to fetch dynamically imported moduleLook like it's happening because those files vite create have different name. Do we have a way to trigger I don't know a full refresh or ? Btw I'm using React and InertiajsMy build command
"build": "vite build && vite build --ssr"