mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-18 16:04:32 -04:00
update: webpack.config
Signed-off-by: laibo102 <laibo2@huawei.com> Change-Id: Id5c51855db7898b232e6a46cce9ed55fbc65a711
This commit is contained in:
@@ -126,9 +126,9 @@ function initConfig(config) {
|
||||
};
|
||||
}
|
||||
if (!projectConfig.aceModuleJsonPath) {
|
||||
config.resolve.modules.push(path.resolve(projectPath, '../../../../node_modules/'));
|
||||
config.resolve.modules.push(path.resolve(projectPath, '../../../../node_modules'));
|
||||
} else {
|
||||
config.resolve.modules.push(path.resolve(projectPath, '../../../node_modules/'));
|
||||
config.resolve.modules.push(path.resolve(projectPath, '../../../node_modules'));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user