diff --git a/vue.config.js b/vue.config.js index 33978a6..b28d227 100644 --- a/vue.config.js +++ b/vue.config.js @@ -7,5 +7,8 @@ module.exports = { }, configureWebpack: config => { config.entry.app = ["babel-polyfill", "whatwg-fetch", "./src/main.js"]; - } + }, + publicPath: './', + outputDir: 'dist', + assetsDir: 'static' }