Skip to content

Commit

Permalink
Build: Update rollup and other dev deps
Browse files Browse the repository at this point in the history
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();
```
  • Loading branch information
Krinkle committed Oct 22, 2022
1 parent d5715a8 commit 12f5c63
Show file tree
Hide file tree
Showing 2 changed files with 1,214 additions and 1,200 deletions.
Loading

0 comments on commit 12f5c63

Please sign in to comment.