Browse Source

修改打包问题

Limengbo 5 years ago
parent
commit
532c247593
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build/webpack.base.conf.js

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

@@ -50,6 +50,7 @@ module.exports = {
       inject: true, // will inject the DLL bundle to index.html
       debug: true,
       filename: '[name]_[hash].js',
+      path: './',
       entry: {
         vendor: ['vue', 'vue-router', 'vuex', 'element-ui']
       }