1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00

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

View File

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