Skip to main content

One post tagged with "webpack"

View All Tags

rollup.js

近期准备写一个工具包 @wenhao/utils,由于要将其发布到npm上,必然就要兼容不同模块(例如 CommonJS 和 ESModule),通过打包器可以很轻松的将代码分别编译成这不同模块格式。

恰好 rollup 3 正式发布,也算是来体验一下。


wenhaorollupwebpackutils4 min read