Jimmy Moon
Jimmy Moon
It happens because of SWPrecacheWebpackPlugin use physical fs not memfs. I think, generating service-worker.js is not necessary while e2e test. we can bypass when it times of test. thought? @addyosmani
You can update service worker source files generated by vue. It is a kind of basic uses
This template shows how to manage a service worker via [sw-precache-webpack-plugin](https://github.com/vuejs-templates/pwa#whats-included). So, using and extending options in sw-precache-webpack-plugin and sw-precache is that make sense to me. Not only for service...
I bet make `runtime` into a default option, and how about support guide documents for mifration like recipes
As I understand, it is assumed that those of polyfills in preact-cli are used only in case of SSR. (not pretty much sure about promise). I think we can add...
I found this, discussion on SSR https://github.com/vuejs-templates/pwa/issues/33
:clap:
update_url is not a mandatory option in almost cases as I understand. About [autoupdate](https://developer.chrome.com/apps/autoupdate)? Sadly, any content for chrome extension, we hardly depend on docs on Chrome developer site. If...
If you want to install the extension from local? You don't need to do package, which is for the market place. I recommend you can try to zip the extension...