guoyunhe / swc-minify-webpack-plugin

A faster minimizer for webpack based on swc.minify()
Apache License 2.0
7 stars 1 forks source link

Update README to Mention `format` Option #6

Closed joealden closed 1 year ago

joealden commented 1 year ago

Looking at the source of this plugin, this option is indeed supported (as you are just spreading the options passed to the plugin to swc), so maybe it's be worth updating the docs to reflect this (or just saying that all options from swcs minify are allowed)?

guoyunhe commented 1 year ago

@joealden Thanks for the tip! When I wrote this plugin, swc hasn't supported format option yet. I guess it is some kind of new feature.

guoyunhe commented 1 year ago

Updated README. Please checkout!

joealden commented 1 year ago

Looks great, thanks!