
获得徽章 14
- 知识点:commonjs2 与 commonjs 的区别
CommonJs spec defines only exports. But module.exports is used by node.js and many other CommonJs implementations.
commonjs mean pure CommonJs
commonjs2 also includes the module.exports stuff.
链接:github.com
展开评论2