justo.plugin.babel

1.0.0-alpha3.0 • Public • Published

justo.plugin.babel

NPM version Total downloads

Justo plugin for Babel.

Developed in Dogma, compiled to JavaScript.

Proudly made with ♥ in Valencia, Spain, EU.

Use

const babel = require("justo.plugin.babel");

babel task

This task runs ./node_modules/.bin/babel:

babel({src, dst})
  • src (string or string[], required). Sources.
  • dst (string, required). Destination. When it ends with /, the destination is a directory; otherwise, a file.

Example:

babel({
  src: "build",
  dst: `dist/${PKG}/`
});

/justo.plugin.babel/

    Package Sidebar

    Install

    npm i justo.plugin.babel

    Homepage

    justo.rocks

    Weekly Downloads

    7

    Version

    1.0.0-alpha3.0

    License

    none

    Unpacked Size

    3.23 kB

    Total Files

    3

    Last publish

    Collaborators

    • justojs