publicist-es5

1.0.3 • Public • Published

publicist-es5 Build Status

ESNext -> ES5 build task for publicist.

Installing

npm install --save-dev publicist-es5

API

See the publicist plugin docs for full details on how publicist-es5 will be called.

Configuration

publicist-es5 loads the following default configuration which you can selectively override via publicist:

  • src: A glob indicating the location of the source files. Defaults to ./src/**/*.js.
Build

Builds each source file writes it to the specified dest from your configuration.

After

Updates your package.json:

  • Updates the main entry to correspond to the built files instead of the ESNext source
  • Removes 'babelify' from pkg.browserify.transform if it was present

Package Sidebar

Install

npm i publicist-es5

Weekly Downloads

0

Version

1.0.3

License

MIT

Last publish

Collaborators

  • bendrucker