代码自动分割

每个页面只会导入import中绑定以及被用到的代码. 也就是说并不会加载不需要的代码!

  1. import cowsay from 'cowsay-browser'
  2.  
  3. export default () =>
  4. <pre>
  5. {cowsay.say({ text: 'hi there!' })}
  6. </pre>