UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

7 lines (6 loc) 108 B
module.exports = function (api) { api.cache(true); return { presets: ['babel-preset-expo'], }; };