Use instead: https://patternplate.github.io/
Bundle JavaScript modules for browser consumption with patternplate
npm install --save patternplate-transform-browserify browserify
module.exports = {
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.