The @babel/plugin-transform-dynamic-import Babel plugin enables support for the import() syntax, a proposal for dynamically loading ECMAScript modules. It transforms dynamic import expressions into code compatible with older JavaScript environments. This transformation allows you to use dynamic imports in your codebase and leverage code splitting without relying solely on browser support, enhancing performance by loading modules on demand.
The npm package @babel/plugin-transform-dynamic-import saw sporadic releases between May 2023 and August 2025. There were bursts of activity in May 2023 (2 releases), November 2023 (2 releases), and October 2024 (3 releases). The most recent release was version 7.27.1 in April 2025, with no releases between then and August 27, 2025. Several months saw no releases at all.
@babel/plugin-transform-dynamic-import downloads surged from February 2024 (7.7M) to July 2025 (91M). A notable increase occurred between February and March 2024. Downloads generally increased month to month, although the most recent month, August 2025, shows a decrease, likely due to incomplete data for the month.