jsx/rebar.config

6 lines
191 B
Text
Raw Normal View History

{erl_opts, [
% uncomment to always decode to maps
% {d, maps_always},
2015-08-04 10:18:06 -07:00
{platform_define, "R14|R15", 'no_binary_to_whatever'},
{platform_define, "^((?!R1[456]).)*$", 'maps_support'}
]}.