()
| 449 | |
| 450 | // edge打包 |
| 451 | function cleanEdge() { return cleanOutput('output-edge'); } |
| 452 | function copyEdge() { return copyAssets('output-edge/apps'); } |
| 453 | function cssEdge() { return processCss('output-edge/apps'); } |
| 454 | function jsEdge() { return processJs('output-edge/apps'); } |
nothing calls this directly
no test coverage detected