Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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前置处理
418
function
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
buildManifest
Function · 0.85
cb
Function · 0.85
Tested by
no test coverage detected