Update rollup.md
@ -88,7 +88,7 @@ export default {
file: 'bundle.js',
format: 'cjs'
},
plugins [ json() ]
plugins: [ json() ]
}
```