developtools_ace_js2bundle/ace-loader
zhangrengao 6da6e03157 Fix bugs of gen abc
1.Fix gen abc failed, but previewer executes success
2.Fix fail to excute manage worker script with special path

Signed-off-by: zhangrengao <zhangrengao1@huawei.com>
Change-Id: Icb9f774d712f583b63bd4edc4d9d63db2fe64309
2023-02-07 14:54:25 +08:00
..
plugin support supervisual card redirection 2022-10-27 10:07:14 +08:00
sample IssueNo:#I53XB0 2022-04-24 14:36:04 +08:00
src Fix bugs of gen abc 2023-02-07 14:54:25 +08:00
test jiangbo91@huawei.com 2022-11-07 20:08:48 +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 update ace-loader/babel.config.js. 2023-02-03 06:41:06 +00:00
index.js houhaoyu@huawei.com 2021-11-25 19:30:24 +08:00
main.product.js jiangbo91@huawei.com 2022-12-21 18:33:18 +08:00
module-source.js houhaoyu@huawei.com 2021-11-25 19:30:24 +08:00
npm-install.js Use api8 ark compiler when set compatible for api8 on api9 SDK 2022-09-27 00:00:40 +08:00
package-lock.json houhaoyu@huawei.com 2022-07-01 11:40:53 +08:00
package.json update deccjsunit 1.0.8 2022-05-27 16:20:43 +08:00
README.md zhongjianfei@huawei.com 2021-08-28 16:45:47 +08:00
uglify-source.js houhaoyu@huawei.com 2021-11-25 19:30:24 +08:00
webpack.lite.config.js lite关于图片编译的相关优化 2022-09-01 10:00:35 +08:00
webpack.rich.config.js lizhouze@huawei.com 2023-02-03 14:33:15 +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