1.0.1 • Published 4 years ago

taskr-sucrase v1.0.1

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

@taskr/sucrase npm

Sucrase plugin for Taskr.

Install

$ npm install --save-dev taskr-sucrase

Usage

Check out the documentation to see the available options.

exports.sucrase = function * (task) {
  yield task.source('src/**/*.js').sucrase().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-sucrase.