🚜

ES Module 和 CommonJS

This wiki is built in Notion. Here are all the tips you need to contribute.

ES Module 和 CommonJS 区别

  • ES Module 静态引入,编译时引入
  • CommonJS 动态引入,执行时引入
💡
静态引入,才可以实现 Tree-Shaking
notion image