nodejs / modules

Node.js Modules Team

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Browser-compatible build that includes CommonJS

GeoffreyBooth opened this issue · comments

I can create a “universal” package that has both ESM and CommonJS dependencies, that can be imported both in Node and the browser. (I’m assuming a build step is required for this.)

Use case 22.