Files
developtools_ace-js2bundle/ace-loader
wangchun17 60fa831caf chunn.wang@huawei.com
Signed-off-by: wangchun17 <chunn.wang@huawei.com>
Change-Id: I724e14ea5bb08c92d5b5968f1d30362ef6ed9466
2021-10-14 17:10:59 +08:00
..
2021-10-14 17:10:59 +08:00
2021-10-14 17:10:59 +08:00
2021-10-14 17:10:59 +08:00
2021-10-14 17:10:59 +08:00
2021-08-28 16:45:47 +08:00
2021-08-28 16:45:47 +08:00
2021-09-26 20:27:10 +08:00
2021-08-28 16:45:47 +08:00
2021-08-28 16:45:47 +08:00
2021-10-11 20:07:05 +08:00
2021-08-31 10:51:18 +08:00
2021-09-27 11:33:54 +08:00
2021-10-11 19:18:40 +08:00
2021-08-28 16:45:47 +08:00
2021-08-28 16:45:47 +08:00
2021-09-14 14:30:58 +08:00
2021-10-11 20:07:05 +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