pkgroll
pkgroll copied to clipboard
📦 Zero-config package bundler for Node.js + TypeScript
Results
41
pkgroll issues
Sort by
recently updated
recently updated
newest added
### Problem Various transpilers (like TypeScript) put default exports under the `default` property when transpiling ESM to CJS. Meaning: ```js // mylib (source es) export default function foo() {}; ```...
bug