UNPKG

react-multi-carousel-jsm

Version:

Production-ready, lightweight fully customizable React carousel component that rocks supports multiple items and SSR(Server-side rendering) with typescript.

13 lines (10 loc) 156 B
module.exports = (api) => { api.cache(true); const presets = [ 'next/babel', '@zeit/next-typescript/babel' ]; return { presets }; }