Update rollup.md

This commit is contained in:
Satwik Gupta 2019-08-22 17:15:19 +05:30 committed by GitHub
parent 090d42f103
commit 29de4b74d0
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', file: 'bundle.js',
format: 'cjs' format: 'cjs'
}, },
plugins [ json() ] plugins: [ json() ]
} }
``` ```