fis-postprocessor-require-async

0.0.9 • Public • Published

fis-postprocessor-require-async

分析使用了require.async执行的组件,并把它们记录下来

help

  • install

      npm install -g fis-postprocessor-require-async
    
  • config

      vi fis-conf.js
    
      fis.config.merge({
          modules: {
              postprocessor: {
                  js: 'require-async',
                  tpl: 'require-async'
                  ...
              }
          }
          ...
      });
    

Readme

Keywords

Package Sidebar

Install

npm i fis-postprocessor-require-async

Weekly Downloads

7

Version

0.0.9

License

MIT

Last publish

Collaborators

  • fansekey
  • fouber
  • fis-dev