Kevin Marrec
Kevin Marrec
### Easy Reproduction **1)** Go on a website using PWA module (https://lichter.io, https://marrec.io) **2)** Clear site data (includes service workers) **3)** Go on website -> Works **4)** Go offline &...
Hi everyone, I'm getting you some some updates today : From my new investigation, there are two different issues which lead to a common error. Both seem distinct though, and...
I suceeded to implement PWA in my Nuxt 3 website : https://github.com/kevinmarrec/marrec.io/pull/239 https://marrec.io These are likely the first steps for the next iteration of Nuxt PWA module. My local module...
@zokipirlo People are probably waiting for Workbox 3.0 Google release to use it in every build which were using sw-precache, as Workbox is the future of PWA Service Workers. As...
@wmtoscar First, did you do "npm install" without arguments to install all the dependecies of your project ? Then, it would be easier to us to understand if you can...
@wmtoscar Furthermore, Workbox just released their 3.0 (Not a Beta anymore) like yesterday or 2 days ago, so if you're not, try to get updated and try again.
@wmtoscar You're probably using a Webpack template with Vue (Onsen UI uses a CLI with Webpack, right ?), which seems to be laggy with some libraries https://github.com/webpack-contrib/css-loader/issues/447, even if I...
@wmtoscar It's a Webpack issue. Did you add Workbox using their Workbox Webpack plugin ?
@wmtoscar You should check if one of the solutions provided in my previous link can fix your problem. Is the 'fs' library the only issue you have in your errors...
Hum, thinking about all you said, you should try to make 'fs' library works before making everything work. The error you provided was like it knows where to find the...