Skip to content
This repository was archived by the owner on Sep 11, 2018. It is now read-only.

patternplate-archive/patternplate-transform-browserify

Repository files navigation

⚠️ Deprecated

Use instead: https://patternplate.github.io/

patternplate-transform-browserify stability

npm version Travis branch Appveyor branch

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.