Parcel Transformify Plugin This is an experimental 🔬 parcel plugin to run your browserify transforms. Usage Install transformify $ npm install --save-dev parcel-plugin-transformify Configure your transforms using the browserify key in the package.json { ... "browserify": { "transform": [ ... ] } }