JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q63711F
  • License MIT

patternplate transform creating browserify bundles

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 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.