case os:getenv("JSX_NOMAPS") of
false ->
try file:script("config/maps") of {ok, true} ->
[{d, release_supports_maps}] ++ CONFIG
catch _:_ -> CONFIG
end;
_ -> CONFIG
end.