Ayodeji Alarape

Results 5 comments of Ayodeji Alarape

i also have this same problem this is my current pwa settings ``` pwa: { manifest: { .... }, workbox: { navigateFallback: '/', globPatterns: ['**/*.{js,css,html,png,svg,ico}'] }, devOptions: { enabled: true,...

Thanks for taking a look Despite disabling _devOptions_, I am still unable to access routes directly.

This worked for me after disabling devOptions 👍🏾

I'm also having a weird issue using toNow `dayjs('2024-03-12').toNow()` is evaluating as `in 10 days` today's Date is the 21st of March 2024 minimal reproduction https://stackblitz.com/edit/vitejs-vite-d2m13u?file=main.js please take a look,...

hey @yulafezmesi was this how you added it ? //nuxt.config.ts ``` vite: { optimizeDeps: { include: ['eventemitter3'] } } ```