UNPKG

react-binds

Version:

React functions to loop and map over data

16 lines (14 loc) 291 B
import babel from 'rollup-plugin-babel'; export default { input: 'index.js', output: { file: 'dist/bundle.js', format: 'cjs', }, plugins: [ babel({ exclude: 'node_modules/**', }), ], external: ['react'], };