guoyunhe / swc-minify-webpack-plugin

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

Use @swc/minifier instead of @swc/core #7

Open erropix opened 11 months ago

erropix commented 11 months ago

Recently, the SWC project extracted the minification logic into a separate package. Maybe you should use it instead of the whole core package?

guoyunhe commented 11 months ago

Not for now. I didn't see any official document about @swc/minifier. Whether it is stable is still a question. But I will keep an eye on it.