hfxc226 3 жил өмнө
parent
commit
771e778e06
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  1. 2 1
      vue.config.js

+ 2 - 1
vue.config.js

@@ -51,7 +51,8 @@ const vueConfig = {
   chainWebpack: (config) => {
     config.resolve.alias
       .set('@$', resolve('src'))
-
+    config.plugins.delete('preload')
+    config.plugins.delete('prefetch')
     const svgRule = config.module.rule('svg')
     svgRule.uses.clear()
     svgRule