Skip to content

Commit

Permalink
chore(deps): upgrade rollup (#101)
Browse files Browse the repository at this point in the history
* chore(deps): update devDeps for npm audit

* chore(deps): update rollup pkgs

This uses `@rollup/plugin-terser` instead of `rollup-plugin-babel` which is deprecated/unmaintained and contains security warnings.

Because these are two different minifiers, the output is slightly different (terser is, well,  _more terse_), but I've configured it so it's reasonably close to the old minified distfile.

I was only able to get to `rollup` v3.x; `rollup` v4.x requires Node.js v18.x.  We can upgrade to v4.x once we decide to drop Node.js v16.x support.
  • Loading branch information
boneskull authored Nov 1, 2023
1 parent 6592f06 commit 26270ed
Show file tree
Hide file tree
Showing 3 changed files with 153 additions and 3,372 deletions.
Loading

0 comments on commit 26270ed

Please sign in to comment.