https://github.com/tinchoz49/parcel-plugin-transformify
Parcel plugin to run your browserify transforms
https://github.com/tinchoz49/parcel-plugin-transformify
browserify parcel plugin transform
Last synced: about 1 year ago
JSON representation
Parcel plugin to run your browserify transforms
- Host: GitHub
- URL: https://github.com/tinchoz49/parcel-plugin-transformify
- Owner: tinchoz49
- Created: 2018-07-15T21:33:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T22:09:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-30T17:05:40.243Z (about 1 year ago)
- Topics: browserify, parcel, plugin, transform
- Language: JavaScript
- Size: 159 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Parcel Transformify Plugin
> This is an **experimental** :microscope: parcel plugin to run your **browserify transforms**.
[](https://github.com/standard/standard)
[](http://github.com/badges/stability-badges)
[](https://travis-ci.com/tinchoz49/parcel-plugin-transformify)
## Usage
### Install transformify
```
$ npm install --save-dev parcel-plugin-transformify
```
### Configure your transforms using the `browserify` key in the package.json
```json
{
...
"browserify": {
"transform": [
...
]
}
}
```