0.7.5 • Published 1 month ago

postinstall-bundle v0.7.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

postinstall-bundle

This is a postinstall command plugin.

It runs a bundler (currently rollup) on input, and outputs in iife format.

Usage

The plugin can be called directly, or through postinstall.

Directly:

require('postinstall-bundle')(inputs, output, options).then(function() {

});

Options

  • name: global name for exported symbols
  • format: amd, cjs, es, iife, umd, system, ... defaults to iife
  • replace: STRING:VALUE (option can be passed multiple times)
0.7.5

1 month ago

0.9.4

9 months ago

0.9.3

1 year ago

0.9.0

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.8.0

2 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago