Skip to content

Releases: taskrjs/fly-babel

v2.1.1

Choose a tag to compare

@lukeed lukeed released this 05 Feb 18:39

Patches

v2.1.0

Choose a tag to compare

@lukeed lukeed released this 05 Feb 18:42

Patches

0.2.1

Choose a tag to compare

released this 13 Jul 12:03
export function* text () {
  yield this
    .source("src/**/*.js")
    .babel({ stage: 0 })
    .target("dist/")
}