|
@@ -7,7 +7,7 @@ module.exports = {
|
|
|
//assetsDir: "static",
|
|
|
// build编译后不生成资源MAP文件
|
|
|
productionSourceMap: false,
|
|
|
- outputDir: process.env.npm_lifecycle_event === 'buildVFP' ? 'reportDist' : 'dist',
|
|
|
+ outputDir: process.env.npm_lifecycle_event === 'buildVFP' ? 'reportDist' : 'ManagementReportDesignerApp',
|
|
|
//开发服务build后的生产模式还需nginx代理
|
|
|
devServer: {
|
|
|
open: false, //运行后自动打开浏览器 port: 9304, //挂载端口
|