Size doesn't matter in Node, right? Webpack already supports import statements.
Hi @laggingreflex!
Size doesn't matter in Node, right?
The size of node_modules has grown to the point of being memeable:
The @std/esm loader is designed to be a small (< 50kb), zero dependency, package so devs can feel comfortable reaching for it in any situation.
Node is also used in serverless environments like AWS Lambda and Azure functions where extra storage costs.
Most helpful comment
Hi @laggingreflex!
The size of
node_moduleshas grown to the point of being memeable:The
@std/esmloader is designed to be a small (< 50kb), zero dependency, package so devs can feel comfortable reaching for it in any situation.Node is also used in serverless environments like AWS Lambda and Azure functions where extra storage costs.