# metro-minify-uglify

> 🚇 Minifier for Metro based on Uglify.

Latest version **0.76.8** (published 2023-08-07) · MIT license · 0 weekly downloads

## Install

```sh
npm install metro-minify-uglify
pnpm add metro-minify-uglify
yarn add metro-minify-uglify
bun add metro-minify-uglify
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.76.8 |
| Published | 2023-08-07 |
| First published | 2018-02-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=16 |
| Dependencies | 1 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5629 |
| Maintainers | fb, metro-bot |

## Links

- npm: https://www.npmjs.com/package/metro-minify-uglify
- Repository: https://github.com/facebook/metro
- Homepage: https://github.com/facebook/metro#readme
- Issues: https://github.com/facebook/metro/issues
- npm.io page: https://npm.io/package/metro-minify-uglify

## Dependencies (1)

- [uglify-es](https://npm.io/package/uglify-es.md) ^3.1.9

## Recent versions

- 0.76.8 (latest) — 2023-08-07
- 0.76.9 (0.76-stable) — 2024-01-30
- 0.76.7 — 2023-06-21
- 0.76.6 — 2023-06-07
- 0.73.10 — 2023-06-07
- 0.72.4 — 2023-06-07
- 0.70.4 — 2023-06-07
- 0.76.5 — 2023-05-25
- 0.76.4 — 2023-05-10
- 0.76.3 — 2023-04-24
- 0.76.2 — 2023-04-14
- 0.76.1 — 2023-04-03
- 0.73.9 — 2023-03-21
- 0.76.0 — 2023-03-06
- 0.75.1 — 2023-02-22
- … 108 more at https://npm.io/package/metro-minify-uglify/versions

## README

# Metro

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/react/metro/blob/HEAD/LICENSE)
[![npm package version](https://img.shields.io/npm/v/metro?color=brightgreen)](https://www.npmjs.com/package/metro)
[![react/metro/nightly-tests](https://github.com/react/metro/actions/workflows/nightly-tests.yml/badge.svg)](https://github.com/react/metro/actions/workflows/nightly-tests.yml)
[![Code coverage](https://codecov.io/gh/react/metro/branch/main/graph/badge.svg?token=oMHdoKhFZB)](https://codecov.io/gh/react/metro)
[![Follow @MetroBundler on Twitter](https://img.shields.io/twitter/follow/MetroBundler?style=social)](https://twitter.com/intent/follow?screen_name=MetroBundler)

🚇 The JavaScript bundler for React Native.

- **🚅 Fast**: We aim for sub-second reload cycles, fast startup and quick bundling speeds.
- **⚖️ Scalable**: Works with thousands of modules in a single application.
- **⚛️ Integrated**: Supports every React Native project out of the box.

## Installation

Metro is included with React Native — see the [React Native docs](https://reactnative.dev/docs/getting-started) to quickly get started ⏱️.

To add Metro to an existing project, see our [Getting Started guide](https://metrobundler.dev/docs/getting-started).

## Documentation

All available documentation, including on [configuring Metro](https://metrobundler.dev/docs/configuration), can be found on the [Metro website](https://metrobundler.dev/docs/getting-started).

Source code for documentation is located in this repository under `docs/`.

## Contributing

Metro was previously part of the [react-native](https://github.com/facebook/react-native) repository. In this standalone repository it is easier for the team working on Metro to respond to issues and pull requests. See [react-native#13976](https://github.com/facebook/react-native/issues/13976) for the initial announcement.

### [Code of Conduct](https://code.fb.com/codeofconduct)

Meta has adopted a Code of Conduct that we expect project participants to adhere to. Please read [the full text](https://code.fb.com/codeofconduct) so that you can understand what actions will and will not be tolerated.

### [Contributing guide](https://github.com/react/metro/blob/main/CONTRIBUTING.md)

Read our [contributing guide](https://github.com/react/metro/blob/main/CONTRIBUTING.md) to learn about our development process, how to propose bug fixes and improvements, and how to build and test your changes to Metro.

### Discussions

Larger discussions and proposals concerning React Native and Metro are discussed in [**@react-native-community/discussions-and-proposals**](https://github.com/react-native-community/discussions-and-proposals).

## License

Metro is MIT licensed, as found in the LICENSE file.

---
_Source: https://npm.io/package/metro-minify-uglify · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
