Files
developtools_ace-js2bundle/ace-loader
openharmony_ci 4b41e0c969 !130 support dialog for SA
Merge pull request !130 from zhanghaibo/master
2022-01-12 07:03:52 +00:00
..
2022-01-11 20:30:00 +08:00
2021-11-25 19:30:24 +08:00
2021-12-27 20:15:29 +08:00
2021-12-22 16:43:20 +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
2021-12-21 17:23:12 +08:00
2021-11-25 19:30:24 +08:00
2021-11-25 19:30:24 +08:00
2021-12-28 20:33:27 +08:00
2022-01-11 15:26:01 +08:00
2021-08-28 16:45:47 +08:00
2021-11-25 19:30:24 +08:00
2021-11-25 19:30:24 +08:00
2022-01-07 18:09:07 +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