# yogurt-postprocessor-require-async **Repository Path**: mirrors_fex-team/yogurt-postprocessor-require-async ## Basic Information - **Project Name**: yogurt-postprocessor-require-async - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README yogurt-postprocessor-require-async ============================= 分析使用了require.async执行的组件,并把它们记录下来 help ---- + install npm install -g yogurt-postprocessor-require-async + config vi fis-conf.js fis.config.merge({ modules: { postprocessor: { js: 'require-async', tpl: 'require-async' ... } } ... });