Skip to content

v1.0.0

Choose a tag to compare

@MrRefactoring MrRefactoring released this 09 May 19:08
· 1 commit to master since this release

🚀 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)