Package Exports
- patternplate-transform-browserify
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (patternplate-transform-browserify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
patternplate-transform-browserify 
Bundle JavaScript modules for browser consumption with patternplate
Installation
npm install --save patternplate-transform-browserify browserify
Configuration
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.