JSPM

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

Output generator for Pundle

Package Exports

  • pundle-generator

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 (pundle-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Pundle-Generator

The default output generator for Pundle. It supports source maps and configurable wrappers. You can fork this package, make your changes and supply that to pundle.generate({ generator }).

Configuration

This package supports the following type as it's configuration

type Config = {
  contents: Array<File>,
  requires: Array<string>,
  wrapper: 'none' | 'hmr' | 'normal',
  sourceMap: boolean,
  projectName: string,
}

License

This project is licensed under the terms of MIT License. See the LICENSE file at the root of the Github repo for more info.