Closed chenjiahan closed 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.
magle: false
module.exports
module1.exports
Replace SWC with terser to strip comments.
The
magle: false
option of SWC does not work as expected. It renamesmodule.exports
tomodule1.exports
and breaks the exports.