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,5 +1,9 @@
const MonacoWebpackPlugin = require("monaco-editor-webpack-plugin");
module.exports = {
//https://medium.com/@mrodal/how-to-make-lazy-loading-actually-work-in-vue-cli-3-7f3f88cfb102
chainWebpack: config => {
config.plugins.delete("prefetch");
},
configureWebpack: {
plugins: [
new MonacoWebpackPlugin({