1.0.0 • Published 9 years ago

add-transforms v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

add-transforms

Browserify plugin to add transforms to dependencies, by mutating the in-memory packages before transforms are applied. Does not merge with existing transforms and the transforms must be installed somewhere in the hierarchy of node modules.

npm status Dependency status

usage

var b = browserify('index.js')

// Add the envify transform to react-bootstrap and friends
b.plugin('add-transforms', {
  'react-bootstrap': ['envify'],
  'uncontrollable': ['envify']
})

install

With npm do:

npm install add-transforms

license

MIT © Vincent Weevers