代码拉取完成,页面将自动刷新
const { defineConfig } = require("@vue/cli-service");
module.exports = defineConfig({
publicPath: "./",
productionSourceMap: false,
transpileDependencies: true,
devServer: {
historyApiFallback: true,
client: {
overlay: false, // 关闭浏览器全屏控制台报错
},
proxy: {
"/api": {
// target: "http://101.35.54.200:38820",
target: "http://192.168.100.102:38820",
changeOrigin: true,
pathRewrite: { "^/api": "" },
},
},
},
outputDir: "meet-admin", // Specify your output directory here
chainWebpack: (config) => {
config.optimization.minimizer("terser").tap((args) => {
args[0].terserOptions.compress.drop_console = true; // Remove console logs
return args;
});
},
configureWebpack: {
output: {
filename: "[name].[contenthash].js",
chunkFilename: "[name].[contenthash].js",
},
},
});
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。