laravel-vue-cli-3 icon indicating copy to clipboard operation
laravel-vue-cli-3 copied to clipboard

PWA Pre-cache manifest points to blade index file

Open tylergets opened this issue 7 years ago • 1 comments

While this might slightly be out of scope, I wanted to post as others might have had this problem. When using the PWA plugin, the resulting precache manifest has an entry that looks like this. Because index.php is not listed, Chrome Lighthouse fails to identify the start_url and therefore the install app to homescreen option is never triggered.

self.__precacheManifest = [
  {
    "revision": "36d69c06d57b5cafc0700cbcf4103138",
    "url": "/../resources/views/index.blade.php"
  }
];

tylergets avatar Sep 03 '18 00:09 tylergets

Any new info on this issue?

flkc avatar Sep 20 '18 15:09 flkc