0.0.4 • Published 6 years ago

yogurt-postprocessor-require-async v0.0.4

Weekly downloads
25
License
MIT
Repository
github
Last release
6 years ago

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'
                  ...
              }
          }
          ...
      });