Bundle JavaScript modules for browser consumption with patternplate
Installation
npm install --save patternplate-transform-browserify browserify
Configuration
moduleexports = browserify: opts: debug: true // browserify options go here vendors: /* an array of vendors to bundle separately */ vendors: 'react' 'react-dom' ;
Copyright 2016 by SinnerSchrader Deutschland GmbH and contributors. Released under the MIT license.