Files
developtools_ace-js2bundle/ace-loader
zhangrengao 7d2128ce1c fix worker debug
Signed-off-by: zhangrengao <zhangrengao1@huawei.com>
Change-Id: Ifcf8508f5c9cb384c82f27a62ff0bd3e6fe09d19
2022-06-24 16:30:11 +08:00
..
2022-02-28 15:37:38 +08:00
2022-04-24 14:36:04 +08:00
2022-06-24 16:30:11 +08:00
2022-01-20 19:35:45 +08:00
2021-10-20 11:46:18 +08:00
2021-12-23 15:39:47 +08:00
2021-08-28 16:45:47 +08:00
2021-12-21 17:23:12 +08:00
2021-11-25 19:30:24 +08:00
2021-11-25 19:30:24 +08:00
2022-05-30 14:45:06 +08:00
2021-11-25 19:30:24 +08:00
2021-11-25 19:30:24 +08:00
2022-05-27 16:20:43 +08:00
2022-05-27 16:20:43 +08:00
2021-08-28 16:45:47 +08:00
2021-11-25 19:30:24 +08:00
2022-03-02 19:40:08 +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