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
- Host: GitHub
- URL: https://github.com/austinkelleher/lasso-prepack
- Owner: austinkelleher
- Created: 2017-05-03T21:37:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-18T18:08:43.000Z (over 8 years ago)
- Last Synced: 2025-06-24T22:41:42.254Z (4 months ago)
- Topics: lasso, plugin, prepack, transform
- Language: JavaScript
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
]
});
```