huozhi / bunchee

Zero config bundler for ECMAScript and TypeScript packages
https://npmjs.com/bunchee
945 stars 29 forks source link

fix: require detection of esm-shims plugin #567

Closed huozhi closed 4 months ago

huozhi commented 4 months ago

If it's customized require calls, it should need the global nodejs polyfill for esm-shim

Fixes #564