module.exports = { devServer: { disableHostCheck: true, }, publicPath: ["production", "u168", "stage", "slash"].includes(process.env.VUE_ENV) ? "/card" : "/card", outputDir: ["production", "u168", "slash"].includes(process.env.VUE_ENV) ? "../api/public/card" : "./dist" };