An open API service indexing awesome lists of open source software.

https://github.com/austinkelleher/lasso-prepack

Lasso transform for prepack
https://github.com/austinkelleher/lasso-prepack

lasso plugin prepack transform

Last synced: 3 months ago
JSON representation

Lasso transform for prepack

Awesome Lists containing this project

README

          

# lasso-prepack

[prepack](https://github.com/facebook/prepack) transform for
[Lasso.js](https://github.com/lasso-js/lasso)

## Installation

```bash
npm install lasso-prepack --save
```

## Usage

```js
const lassoPrepack = require('lasso-prepack');

require('lasso').configure({
...
plugins: [
lassoPrepack
]
});
```