@ethronpi/babel
v0.11.0
Published
A plugin for executing Babel in EthronLabs.
Downloads
4
Readme
@ethronpi/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. Whensrc
is file anddst
ends with/
, the destination is a directory; otherwise, a file.
Example:
[babel, build/src/, lib/]