3. commonjs模块的实现原理

模块 es6Module 静态导入 在编译的时候就可以知道使用了哪些变量 可以实现tree-shaking commonjs 动态导入 不支持tree-shaking commonjs规范 想使用哪个