Real Content HashRemove PolyfillModule FederationAsset modulesNested tree-shakingpackage.json exports imports 지원Modules: Packages | Node.js v16.1.0 DocumentationIn a package's package.json file, two fields can define entry points for a package: and . The field is supported in all versions of Node.js, but its capabilities are limited: it only defines the main entry point of the package.https://nodejs.org/api/packages.html#packages_exportsCommonJs Tree ShakingInner-module tree-shaking Webpack 5, 무엇이 달라졌을까?이 글은 webpack5 Release 글을 정리한 글이며, 원글의 몇 가지 내용은 포함되지 않았습니다. 모든 변경사항을 알고 싶으신 분은 원글의 내용을 참고해주세요. v4에서 v5 migration에 대한 가이드는 이 글에 정리되어 있습니다. Breaking Changes의 의미 webpack 내부 아키텍처를 업데이트하고 향후 추가될 기능을 위한 기반을 준비하기 위한 리팩토링입니다. 기능 면에서의 Breaking Changes...https://so-so.dev/tool/webpack/whats-different-in-webpack5/