# babel-preset-reza

> ReactJS Server Side Rendering Babel Preset

Latest version **1.0.2** (published 2019-01-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install babel-preset-reza
pnpm add babel-preset-reza
yarn add babel-preset-reza
bun add babel-preset-reza
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2019-01-26 |
| First published | 2019-01-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 12 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Suhendra Ahmad |
| Maintainers | azanium |

## Links

- npm: https://www.npmjs.com/package/babel-preset-reza
- npm.io page: https://npm.io/package/babel-preset-reza

## Dependencies (12)

- [babel-preset-env](https://npm.io/package/babel-preset-env.md) ^1.7.0
- [babel-preset-react](https://npm.io/package/babel-preset-react.md) 6.23.0
- [babel-plugin-transform-runtime](https://npm.io/package/babel-plugin-transform-runtime.md) 6.23.0
- [babel-plugin-add-module-exports](https://npm.io/package/babel-plugin-add-module-exports.md) ^1.0.0
- [babel-plugin-dynamic-import-node](https://npm.io/package/babel-plugin-dynamic-import-node.md) 1.0.1
- [babel-plugin-syntax-dynamic-import](https://npm.io/package/babel-plugin-syntax-dynamic-import.md) 6.18.0
- [babel-plugin-transform-builtin-extend](https://npm.io/package/babel-plugin-transform-builtin-extend.md) ^1.1.2
- [babel-plugin-transform-class-properties](https://npm.io/package/babel-plugin-transform-class-properties.md) 6.23.0
- [babel-plugin-transform-react-jsx-source](https://npm.io/package/babel-plugin-transform-react-jsx-source.md) 6.22.0
- [babel-plugin-transform-object-rest-spread](https://npm.io/package/babel-plugin-transform-object-rest-spread.md) 6.23.0
- [babel-plugin-transform-es2015-modules-commonjs](https://npm.io/package/babel-plugin-transform-es2015-modules-commonjs.md) 6.24.0
- [babel-plugin-transform-react-remove-prop-types](https://npm.io/package/babel-plugin-transform-react-remove-prop-types.md) 0.3.2

## Recent versions

- 1.0.2 (latest) — 2019-01-26
- 1.0.1 — 2019-01-25
- 1.0.0 — 2019-01-25

## README

# babel-preset-reza

This package includes the [Babel](https://babeljs.io) preset used for React SSR

## Usage

First, [install Babel](https://babeljs.io/docs/setup/).

Then, install babel-preset-reza

```bash
npm install --save babel-preset-reza
```

Then create a file named `.babelrc` with following contents in the root folder of your project:

  ```js
  {
    "presets": ["reza"]
  }
  ```

This preset uses `babel-preset-env` with modules: `commonjs` and `babel-plugin-add-module-exports`, to enable module.exports from commonjs

This preset uses the `useBuiltIns` option with [transform-object-rest-spread](http://babeljs.io/docs/plugins/transform-object-rest-spread/), which assumes that `Object.assign` is available or polyfilled.

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