From f8b5d83a58dc2ca167bc4d9e42df98cfacd848cb Mon Sep 17 00:00:00 2001 From: youbing54 Date: Wed, 3 Apr 2024 16:03:22 +0800 Subject: [PATCH] Description: Custom har package addressing error IssueNo: https://gitee.com/openharmony/developtools_ace-js2bundle/issues/I9DYXQ Feature or Bugfix: Feature Binary Source:Yes Signed-off-by: youbing54 --- ace-loader/webpack.lite.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ace-loader/webpack.lite.config.js b/ace-loader/webpack.lite.config.js index 4202075..a4bfdad 100644 --- a/ace-loader/webpack.lite.config.js +++ b/ace-loader/webpack.lite.config.js @@ -158,7 +158,8 @@ module.exports = (env) => { process.env.projectPath, path.join(process.env.projectPath, '../../../../../'), path.join(__dirname, 'node_modules'), - './node_modules' + './node_modules', + './oh_modules' ] } if (fs.existsSync(path.resolve(process.env.projectPath, 'i18n'))) { -- Gitee