esx-optimize
Version:
A preloader for optimizing React applications with [`esx`](https://github.com/esxjs/esx)
31 lines (16 loc) • 748 B
Markdown
# esx-optimize
A preloader for optimizing React applications with [`esx`](https://github.com/esxjs/esx)
## Usage
It's recommended not to use this package directly, instead use it
via `esx` itsef:
```sh
node -r esx/optimize my-app.js
```
## Requirements
If used independently, `esx` v2.x.x is required as a peer dependency
## Contributions
`esx` is an **OPEN Open Source Project**. This means that:
> Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is more like an open wiki than a standard guarded open source project.
See the [CONTRIBUTING.md](https://github.com/esxjs/esx/blob/master/CONTRIBUTING.md) file for more details.
## Licence
MIT