hfxc226 hace 3 años
padre
commit
771e778e06
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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