Skip to content

Commit e3f1933

Browse files
authored
Update to Terser 5.7 (#847)
* Update to Terser 5.7 * Create heavy-sheep-own.md * Use npm@latest
1 parent 680c25c commit e3f1933

File tree

4 files changed

+31734
-14355
lines changed

4 files changed

+31734
-14355
lines changed

.changeset/heavy-sheep-own.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"microbundle": patch
3+
---
4+
5+
- 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.

.github/workflows/nodejs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: actions/setup-node@v1
2222
with:
2323
node-version: ${{ matrix.node-version }}
24+
- name: install npm@latest
25+
run: npm i -g npm@latest --registry=https://registry.npmjs.org
2426
- name: npm install, build, and test
2527
run: |
2628
npm install

0 commit comments

Comments
 (0)