JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 25
  • Score
    100M100P100Q63887F
  • 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

patternplate patternplate transform creating browserify bundles.

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.