-
I followed this issue #1532 and solved many challenges to integrate inertia and this package but now I am having trouble with hot reloading while I am developing and would appreciate your help. app.jsx file
vite.config.js file
vite.config.js file in each module (Default):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was using the Laravel Sail package and it seems that there is a bit of a challenge for hot reloading in the WSL environment and I tried to mess with it but unfortunately it didn't work. So I use the |
Beta Was this translation helpful? Give feedback.
I was using the Laravel Sail package and it seems that there is a bit of a challenge for hot reloading in the WSL environment and I tried to mess with it but unfortunately it didn't work. So I use the
composer run dev
command to start the project and I regretted using Laravel Sail in this situation.