Skip to content

Instantly share code, notes, and snippets.

@SparK-Cruz
Last active August 27, 2024 10:54
Show Gist options
  • Save SparK-Cruz/e36ffc4db79ad2512efca12febaac460 to your computer and use it in GitHub Desktop.
Save SparK-Cruz/e36ffc4db79ad2512efca12febaac460 to your computer and use it in GitHub Desktop.
Converts CommonJS format packages to ESModule format
export * as default from "./index.js";
export * from "./index.js";
// 1. write your lib in CommonJS
// 2. add "module": "index.mjs" to you package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment