huozhi / bunchee

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

fix: require detection of esm-shims plugin #567

Closed huozhi closed 2 months ago

huozhi commented 2 months ago

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

Fixes #564