diff --git a/vue.config.js b/vue.config.js index 7735036..f68238d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,3 +1,4 @@ module.exports = { - publicPath: "" -} \ No newline at end of file + publicPath: "", + chainWebpack: (config) => config.optimization.minimize(false), +};