You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* When Vite's build folder is not the same as your base root folder, configure it here.
160
+
*
161
+
* This option will be useful for integrations like `vite-plugin-laravel` where Vite's build folder is `public/build` but Laravel's base path is `public`.
162
+
*
163
+
* This option will be used to configure the path for the `service worker`, `registerSW.js` and the web manifest assets.
164
+
*
165
+
* For example, if your base path is `/`, then, in your Laravel PWA configuration use `buildPath: '/build/'`.
0 commit comments