developtools_ace_js2bundle/ace-loader
openharmony_ci 6a23e08b91
!633 FA模型下,abc中使用源码的相对路径
Merge pull request !633 from 施涛/fa_abc_relative_path
2024-08-21 13:00:39 +00:00
..
plugin wangyongfei6@huawei.com 2023-05-18 19:28:44 +08:00
sample IssueNo:#I53XB0 2022-04-24 14:36:04 +08:00
src In FA stage, the path of source file use relative path 2024-08-14 15:39:28 +08:00
test 执行npm run test报错,lib文件里缺少style、scripter、parse 2024-04-15 14:48:07 +08:00
third_party chunn.wang@huawei.com 2021-10-20 11:46:18 +08:00
.eslintrc.js houhaoyu 2021-12-23 15:39:47 +08:00
.gitignore zhongjianfei@huawei.com 2021-08-28 16:45:47 +08:00
.npmignore chengongping@huawei.com 2021-12-21 17:23:12 +08:00
babel.config.js lizhouze@huawei.com 2023-02-10 14:36:50 +08:00
copy_deps_source.js Differences in synchronization codes between blue and yellow areas 2024-07-19 17:07:47 +08:00
index.js houhaoyu@huawei.com 2021-11-25 19:30:24 +08:00
main.product.js jiangbo91@huawei.com 2023-05-25 19:25:35 +08:00
module-source.js Differences in synchronization codes between blue and yellow areas 2024-07-19 17:07:47 +08:00
npm-install.js Remove post npm install of ts2abc 2023-07-01 14:28:00 +08:00
package-lock.json 回退 'Pull Request !614 : node 16适配' 2024-07-29 02:26:29 +00:00
package.json 执行npm run test报错,lib文件里缺少style、scripter、parse 2024-04-15 14:48:07 +08:00
README.md zhongjianfei@huawei.com 2021-08-28 16:45:47 +08:00
uglify-source.js jiangbo91@huawei.com 2023-05-25 09:46:52 +08:00
webpack.lite.config.js IssueNo: https://gitee.com/openharmony/developtools_ace_js2bundle/issues/IAKFNK 2024-08-16 10:31:39 +08:00
webpack.rich.config.js lihong67@huawei.com 2024-08-21 19:24:37 +08:00

Ace Loader

A webpack loader for Ace.

Install Dependencies under the ace-loader dir.

npm install

Build built-in sample for Rich devices under the ace-loader dir.

npm run rich

Build built-in sample for Lite devices under the ace-loader dir.

npm run lite

How to build custom ace project

Windows: Step 1. set aceModuleRoot=path/to/your/ace/project Step 2. set aceModuleBuild=path/to/your/jsbundle/build Step 3. node ./node_modules/webpack/bin/webpack.js --config webpack.rich.config.js

Linux: Step 1. export aceModuleRoot=path/to/your/ace/project Step 2. export aceModuleBuild=path/to/your/jsbundle/build Step 3. node ./node_modules/webpack/bin/webpack.js --config webpack.rich.config.js