Browse Source

6月20配置打包

yq1 3 months ago
parent
commit
9b2ea3bdb1
1 changed files with 6 additions and 1 deletions
  1. 6 1
      vue.config.js

+ 6 - 1
vue.config.js View File

13
           .end()
13
           .end()
14
           .use('vue-svg-loader')
14
           .use('vue-svg-loader')
15
           .loader('vue-svg-loader');
15
           .loader('vue-svg-loader');
16
-      }
16
+      },
17
+    //打包配置文件
18
+  assetsDir: 'static',
19
+  parallel: false,
20
+  publicPath: './',
21
+
17
 }
22
 }