refactor(next-swc): Do not amend minifier options from Rust code (#78719)
### What?
Remove Rust-side amending logic for minifier options and move all configuration to JS side
### Why?
x-ref: https://vercel.slack.com/archives/C04KC8A53T7/p1746034154828369?thread_ts=1746024368.021439&cid=C04KC8A53T7
### How?