blob: 41bdb49c6090840f91a2b1040518d671563db4c4 [file] [log] [blame] [edit]
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
publicPath: "",
terser: {
minify: "terser",
terserOptions: {
compress: true,
},
},
});