1.0.1 • Published 2 years ago

@shortwave/metro-minify-terser v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Metro Minify Terser

This is a minifier for Metro (the React Native build tool) that supports the terser v5 implementation. Sadly the v5 version of terser has an async API and metro only allows for sync minifiers, so this hacks a sync interface on top of terser by running it as a worker in another process.

Hopefully a PR to allow async minifiers to Metro will be merged and we can remove the hacks here.

1.0.1

2 years ago

1.0.0

2 years ago

0.66.2

2 years ago