Source code

Revision control

Copy as Markdown

Other Tools

const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
transpileDependencies: true,
publicPath: "",
terser: {
minify: "terser",
terserOptions: {
compress: true,
},
},
});