Commit 12f5c63
committed
Build: Update rollup and other dev deps
Main difference in the build output is that Rollup now, finally,
preserves new lines correctly around code comments.
So the following:
```
foo();
// Hello
bar();
```
No longer becomes:
```
foo(); // Hello
bar();
```1 parent d5715a8 commit 12f5c63
2 files changed
Lines changed: 1214 additions & 1200 deletions
0 commit comments