UNPKG

create-instantsearch-app

Version:

⚡️ Build InstantSearch apps at the speed of thought

9 lines (8 loc) 207 B
// eslint-disable-next-line import/no-commonjs module.exports = { presets: [ ['@babel/preset-env', { targets: { node: 'current' } }], '@babel/preset-react', '@babel/preset-typescript', ], };