-
MidJourney 创作中心
+
diff --git a/web/vue.config.js b/web/vue.config.js
index 8bcbe491..44b57a45 100644
--- a/web/vue.config.js
+++ b/web/vue.config.js
@@ -3,6 +3,7 @@ let webpack = require('webpack')
module.exports = defineConfig({
transpileDependencies: true,
lintOnSave: false, //关闭eslint校验
+ productionSourceMap: false, //在生产模式中禁用 Source Map,既可以减少包大小,也可以加密源码
configureWebpack: {
// disable performance hints
performance: {