MCPcopy Index your code
hub / github.com/zxlie/FeHelper / edgePreprocess

Function edgePreprocess

gulpfile.js:418–422  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

416
417// edge前置处理
418function edgePreprocess(cb) {
419 const destDir = 'output-edge/apps';
420 buildManifest('edge', destDir);
421 cb();
422}
423
424// 注册任务
425// Chrome默认打包

Callers

nothing calls this directly

Calls 2

buildManifestFunction · 0.85
cbFunction · 0.85

Tested by

no test coverage detected