huozhi / bunchee

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

refactor: replace `rimraf` #498

Closed SukkaW closed 3 months ago

SukkaW commented 3 months ago

bunchee targets Node.js 18 already, so it is safe to replace rimraf with the Node.js built-in fs.promise.rm method.