pwa icon indicating copy to clipboard operation
pwa copied to clipboard

PWA template for vue-cli based on the webpack template

Results 69 pwa issues
Sort by recently updated
recently updated
newest added

Hey guys (@jeffposnick and all) am getting this error on my Heroku App after CI/CD from GitLab to Heroku. Following is the gitlab-ci.yml script: ``` image: node:6 stages: - ver...

needs-more-info

what i need is to change icons and name according to url. i read a post [dynamic-icon-pwa-manifest](https://stackoverflow.com/questions/50086761/dynamic-icon-pwa-manifest) but i do not know how to implement with our vuejs template thank...

Whenever I do a normal refresh, i get these error messages: ``` manifest.48cbf0211cc2b417df60.js:1 Uncaught SyntaxError: Unexpected token < vendor.e73f0cf5e42d1a1bdeee.js:1 Uncaught SyntaxError: Unexpected token < app.d644989e00d1de883ada.js:1 Uncaught SyntaxError: Unexpected token <...

Docs - [MoOx/eslint-loader#cache-default-false](https://github.com/MoOx/eslint-loader#cache-default-false) > This option will enable caching of the linting results into a file. This is particularly useful in reducing linting time when doing a full build. On...

awaiting-upstream-pr-to-land

I want to cache for web only. I don't want the "Add to Homescreen" feature for mobile. How to configure this ?

Below is the error which I received. TypeError: Failed to register a ServiceWorker for scope ('http://localhost:9000/') with script ('http://localhost:9000/serviceWorker.js'): A bad HTTP response code (404) was received when fetching the...

I have an error after a fresh install. Here is the steps: - init a PWA project - host it on a https server - reach it - refresh 2...

Hello, I've got a weird issue. In devtools, I have cache disabled. When I hit `ctrl+r`, it still lads a cached old file with an error. When I hit `shift+ctrl+r`,...

I want to show a message when a new service worker has been installed and found this comment in the service-worker-prod.js file. > It's the perfect time to display a...

It's returning to me the following error in console: Here is my configuration: ``` new SWPrecacheWebpackPlugin({ cacheId: 'teste', filename: 'service-worker.js', importScripts: ['./firebase-messaging-sw.js'], staticFileGlobs: ['dist/**/*.*'], minify: true, stripPrefix: 'dist/' }) ```...