mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-18 16:04:32 -04:00
update: webpack
Signed-off-by: laibo102 <laibo2@huawei.com> Change-Id: I5b03a8dfc3fc8a0a94e363ae40de01fde9dcfae0
This commit is contained in:
@@ -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/'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user