1.1.12 • Published 7 years ago

pundle-generator v1.1.12

Weekly downloads
4
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.11

8 years ago

1.1.10

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago