fix: 前端源码泄漏风险

This commit is contained in:
fit2cloud-chenyw 2023-09-13 21:45:48 +08:00
parent 3fba4a0f50
commit 477c4d3aa9

View File

@ -17,7 +17,7 @@ const name = defaultSettings.title || 'vue Admin Template' // page title
const port = process.env.port || process.env.npm_config_port || 9528 // dev port
const parallel = process.env.NODE_ENV === 'development'
module.exports = {
productionSourceMap: true,
productionSourceMap: false,
parallel,
// 使用mock-server
devServer: {