update: webpack

Signed-off-by: laibo102 <laibo2@huawei.com>
Change-Id: I5b03a8dfc3fc8a0a94e363ae40de01fde9dcfae0
This commit is contained in:
laibo102
2022-04-01 10:54:08 +08:00
parent e9c19da64c
commit 740625f8b8
+1 -1
View File
@@ -127,7 +127,7 @@ function initConfig(config) {
}
if (!projectConfig.aceModuleJsonPath) {
config.resolve.modules.push(path.join(projectPath, '../../../../node_modules/'));
} else if (projectConfig.aceModuleJsonPath) {
} else {
config.resolve.modules.push(path.join(projectPath, '../../../node_modules/'));
}
}