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) {