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,6 +1,11 @@
// webpack.config.js
module.exports = {
optimization: {
splitChunks: {
chunks: "all"
}
},
rules: [
{
test: /\.s(c|a)ss$/,