0.11.0 • Published 4 years ago

@ethronpi/babel v0.11.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

@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/]