taskr-sucrase
v1.0.1
Published
Sucrase plugin for Taskr
Downloads
2
Readme
@taskr/sucrase
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
.