Browse Source

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 4 years ago
parent
commit
c41baab88f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/webpack.base.conf.js

+ 1 - 0
build/webpack.base.conf.js View File

@@ -36,6 +36,7 @@ module.exports = {
36 36
     alias: {
37 37
       'vue$': 'vue/dist/vue.esm.js',
38 38
       '@': resolve('src'),
39
+      'vendor': path.resolve(__dirname, '../src/vendor'),
39 40
     }
40 41
   },
41 42
   module: {