From 908bdc84ac2acaf3c104ea259e7259b70ed17671 Mon Sep 17 00:00:00 2001 From: yangbo <1442420648@qq.com> Date: Wed, 19 Jan 2022 09:23:03 +0800 Subject: [PATCH] yangbo198@huawei.com Signed-off-by: yangbo <1442420648@qq.com> Change-Id: I430100c07adfa7ef0609839ad12dfb99b8867b9d --- compiler/webpack.config.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler/webpack.config.js b/compiler/webpack.config.js index 4050b6c..c7f148a 100644 --- a/compiler/webpack.config.js +++ b/compiler/webpack.config.js @@ -152,6 +152,12 @@ function setProjectConfig(envArgs) { if (envArgs.aceManifestPath) { projectConfig.manifestFilePath = envArgs.aceManifestPath; } + if (envArgs.aceProfilePath) { + projectConfig.aceProfilePath = envArgs.aceProfilePath; + } + if (envArgs.aceModuleJsonPath) { + projectConfig.aceModuleJsonPath = envArgs.aceModuleJsonPath; + } } function setReleaseConfig(config) {