rspack-contrib / prebundle

Prebundle Node.js dependencies, output a single js file, a package.json file and the dts files.
MIT License
21 stars 5 forks source link

fix: replace SWC with terser #9

Closed chenjiahan closed 4 months ago

chenjiahan commented 4 months ago

Replace SWC with terser to strip comments.

The magle: false option of SWC does not work as expected. It renames module.exports to module1.exports and breaks the exports.