1.0.3 • Published 10 years ago
publicist-es5 v1.0.3
publicist-es5 
ESNext -> ES5 build task for publicist.
Installing
npm install --save-dev publicist-es5API
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 mainentry to correspond to the built files instead of the ESNext source
- Removes 'babelify'frompkg.browserify.transformif it was present