Checks if the config has web.
bool hasWebConfig(Map<String, dynamic> platforms) { return platforms.containsKey('web'); }