Limengbo 5 роки тому
батько
коміт
532c247593
1 змінених файлів з 1 додано та 0 видалено
  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']
       }