Skip to content

Releases: MrRefactoring/rollup-plugin-esnext-to-nodenext

v1.0.1

08 Jun 11:28
f0e4798

Choose a tag to compare

💄 Cosmetic Improvements

  • Code style improvements and minor refactoring (thanks @tritiumTino)
  • Updated project documentation (README.md) (thanks @tritiumTino)
  • Updated dependencies to their latest versions

v1.0.0

09 May 19:08

Choose a tag to compare

🚀 Features

  • Initial implementation of rollup-plugin-esnext-to-nodenext
  • Automatic transformation of ESM imports to Node.js-compatible format:
    • Converts import { x } from "./file" to import { x } from "./file.js"
  • Full TypeScript support
  • Automatic output directory detection from Rollup config

⚙️ Configuration Options

  • verbose: Enable detailed logging (default: false)
  • outputDir: Manually specify output directory (optional)