Skip to content

Commit

Permalink
Update to Terser 5.7 (#847)
Browse files Browse the repository at this point in the history
* Update to Terser 5.7

* Create heavy-sheep-own.md

* Use npm@latest
  • Loading branch information
developit authored Jun 7, 2021
1 parent 680c25c commit e3f1933
Show file tree
Hide file tree
Showing 4 changed files with 31,734 additions and 14,355 deletions.
5 changes: 5 additions & 0 deletions .changeset/heavy-sheep-own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"microbundle": patch
---

- Upgrade to Terser [5.7](https://github.com/terser/terser/blob/master/CHANGELOG.md#v570) to re-enable support for `reduce_funcs:false` in `mangle.json` configuration.
2 changes: 2 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: install npm@latest
run: npm i -g npm@latest --registry=https://registry.npmjs.org
- name: npm install, build, and test
run: |
npm install
Expand Down
Loading

0 comments on commit e3f1933

Please sign in to comment.