Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ethronpi/babel

ethronpi180.11.0

A plugin for executing Babel in EthronLabs.

readme

@ethronpi/babel

NPM version Total downloads

Ethron plugin for Babel.

Developed in Dogma, compiled to JavaScript.

Engineered in Valencia, Spain, EU by EthronLabs.

Use

plugins:
  - plugin: @ethronpi/babel

babel task (default task)

[babel, src, dst]

[babel, {src: [...], dst: "destination"}]
  • src (string or string[], required). Sources.

  • dst (string, required). Destination. When src is file and dst ends with /, the destination is a directory; otherwise, a file.

Example:

[babel, build/src/, lib/]