jsx/rebar.config
2015-08-03 00:49:52 +03:00

7 lines
No EOL
226 B
Erlang

{erl_opts, [
% uncomment to always decode to maps
% {d, maps_always},
{platform_define, "R14|R15", 'no_binary_to_whatever'},
{platform_define, "^((?!R1[456]).)*$", 'maps_support'}
]}.
{edoc_opts, [{preprocess, true}]}.