Tag

npm exports

1 views collected around this technical thread.

ByteDance Web Infra
ByteDance Web Infra
Apr 30, 2021 · Frontend Development

Publish, Ship, and Install Modern JavaScript for Faster Applications

The article explains why adopting modern JavaScript (ES2017) and publishing packages with the new exports field, combined with proper bundler configurations such as Webpack or Rollup, dramatically reduces bundle size and improves performance while still supporting legacy browsers when needed.

ES2017Modern JavaScriptRollup
0 likes · 13 min read
Publish, Ship, and Install Modern JavaScript for Faster Applications