Found the missing link to turn off the pre-fetching, turned out it was a vue plugin causing it outside of pwa etc

https://medium.com/@mrodal/how-to-make-lazy-loading-actually-work-in-vue-cli-3-7f3f88cfb102
This commit is contained in:
2020-10-02 23:01:00 +00:00
parent be24511320
commit 518668c688
5 changed files with 29 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
export default {
version: "8.0.0-alpha.58",
version: "8.0.0-alpha.61",
copyright: "© 1999-2020, Ground Zero Tech-Works Inc."
};