huozhi / bunchee

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

fix direct append #604

Closed huozhi closed 6 days ago

huozhi commented 6 days ago

The directive value should be the string, the directve.value was undefined, turns out we don't need to prepend that as the module is already splitted

We actually don't need the change in #603