My Journey to simplify Node.js library bundling process: Bundle a library with a single command
2023-07-21
Configurations for library bundling are too long. Let's simplify them.
How to develop a library compatible with CommonJS and ESM: exports field
2022-10-03
There are two kinds of module systems in Node.js. How does front-end team of Toss handle it in 100+ libraries?