(cb)
| 409 | |
| 410 | // chrome前置处理 |
| 411 | function chromePreprocess(cb) { |
| 412 | const destDir = 'output-chrome/apps'; |
| 413 | buildManifest('chrome', destDir); |
| 414 | cb(); |
| 415 | } |
| 416 | |
| 417 | // edge前置处理 |
| 418 | function edgePreprocess(cb) { |
nothing calls this directly
no test coverage detected