Skip to content

Commit

Permalink
docs: fix rollup external moment (#7587)
Browse files Browse the repository at this point in the history
  • Loading branch information
mojoaxel committed Jul 5, 2020
1 parent 484f0d1 commit 679ec4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/getting-started/integration.md
Expand Up @@ -39,9 +39,7 @@ var myChart = new Chart(ctx, {...});
```javascript
// Rollup
{
external: {
['moment']
}
external: ['moment']
}
```

Expand Down

0 comments on commit 679ec4a

Please sign in to comment.