Skip to content

Commit 679ec4a

Browse files
authored
docs: fix rollup external moment (#7587)
1 parent 484f0d1 commit 679ec4a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: docs/getting-started/integration.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ var myChart = new Chart(ctx, {...});
3939
```javascript
4040
// Rollup
4141
{
42-
external: {
43-
['moment']
44-
}
42+
external: ['moment']
4543
}
4644
```
4745

0 commit comments

Comments
 (0)