Projekt

Obecné

Profil

Stáhnout (107 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
module.exports = function(api) {
2
  api.cache(true);
3
  return {
4
    presets: ['babel-preset-expo'],
5
  };
6
};
(4-4/6)