Skip to content

bendrucker/publicist-es5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Babel build task for publicist

Resources

License

Stars

Watchers

Forks

Packages

No packages published