The npm package babel-plugin-syntax-dynamic-import had only one release, version 6.18.0, in October 2016. Since then, there have been no releases for over eight years, from November 2016 to August 2025. The package appears to be inactive.
Babel-plugin-syntax-dynamic-import downloads show fluctuations. From March 2024 to August 2025, downloads generally increased, peaking in July 2025 at 5.6 million. September 2025 shows significantly lower downloads (1 million), likely due to the month being incomplete.
Enables parsing of dynamic import syntax (import('some-module.js')) in Babel. Essential for processing code that leverages dynamic imports for code splitting or lazy loading. This plugin only adds syntax support; it doesn't implement the import functionality. It's a prerequisite for other Babel plugins that transform or polyfill dynamic import expressions, ensuring Babel can correctly understand and process modern JavaScript code utilizing dynamic imports.