export default {
input: 'src/index.js',
output: [
{
file: 'dist/index.cjs',
format: 'cjs'
},
file: 'dist/index.es.js',
format: 'es'
}
]