hfxc226 3 năm trước cách đây
mục cha
commit
771e778e06
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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