Skip to content

Releases: taskrjs/fly-babel

v2.1.1

05 Feb 18:39

Choose a tag to compare

Patches

v2.1.0

05 Feb 18:42

Choose a tag to compare

Patches

0.2.1

13 Jul 12:03

Choose a tag to compare

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