@ethronjs/plugin.babel

0.1.0 • Public • Published

@ethronjs/plugin.babel

NPM version Total downloads

Ethron.js plugin for Babel.

Developed in Dogma, compiled to JavaScript.

Engineered in Valencia, Spain, EU by EthronLabs.

Use

const babel = require("@ethronjs/plugin.babel");

babel task

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

babel({src, dst})
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}/`
});

/@ethronjs/plugin.babel/

    Package Sidebar

    Install

    npm i @ethronjs/plugin.babel

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Unpacked Size

    3.63 kB

    Total Files

    3

    Last publish

    Collaborators

    • ethronjs