dever 3 years ago
parent
commit
2176f4c83b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      manifest.json

+ 4 - 1
manifest.json

@@ -110,7 +110,10 @@
         "optimization" : {
             "treeShaking" : {
                 "enable" : true
-            }
+            },
+			"prefetch" : true,
+			"preload" : true
+			
         },
         "template" : "index.html"
     },