1.1.12 • Published 9 years ago

pundle-generator v1.1.12

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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.

1.1.12

9 years ago

1.1.11

10 years ago

1.1.10

10 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago