Skip to content

Releases: taskrjs/fly-babel

v2.1.1

05 Feb 18:39
Compare
Choose a tag to compare

Patches

v2.1.0

05 Feb 18:42
Compare
Choose a tag to compare

Patches

0.2.1

13 Jul 12:03
Compare
Choose a tag to compare
export function* text () {
  yield this
    .source("src/**/*.js")
    .babel({ stage: 0 })
    .target("dist/")
}