Merge pull request #1180 from l3satwik/patch-1

Update rollup.md
This commit is contained in:
Rico Sta. Cruz 2019-09-01 16:30:10 +10:00 committed by GitHub
commit c2d101f521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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