Current section

Files

Jump to
jupyter rebar.config
Raw

rebar.config

{erl_opts, [{parse_transform, lager_transform}]}.
{deps,
[
iso8601,
lager,
chumak,
gproc,
{uuid, {pkg, uuid_erl}},
jsx
]
}.
{dialyzer, [{plt_apps, all_deps}]}.