jsx/rebar.config

8 lines
139 B
Text
Raw Normal View History

{erl_opts, [
% uncomment to always decode to maps
% {d, maps_always},
]}.
2015-09-17 15:26:14 -05:00
{edoc_opts, [{preprocess, true}]}.
{plugins, [rebar3_hex]}.