1.0.0 • Published 4 years ago

taskr-terser v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

@taskr/terser npm

Terser plugin for Taskr.

Install

$ npm install --save-dev taskr-terser

Usage

Check out the documentation to see the available options.

exports.terser = function * (task) {
  yield task.source('src/**/*.js').terser().target('dist/js')
}

Support

Any issues or questions can be sent to the Taskr monorepo.

Please be sure to specify that you are using taskr-terser.