diff --git a/vue.config.js b/vue.config.js index 9945423..7f39b80 100644 --- a/vue.config.js +++ b/vue.config.js @@ -6,6 +6,7 @@ const packageJson = fs.readFileSync("./package.json"); const version = JSON.parse(packageJson).version; module.exports = { + publicPath: "", configureWebpack: { plugins: [ new webpack.DefinePlugin({