feat: update Terser to version 5#285
Conversation
Codecov Report
@@ Coverage Diff @@
## master #285 +/- ##
==========================================
- Coverage 94.97% 94.56% -0.41%
==========================================
Files 5 5
Lines 398 368 -30
Branches 156 142 -14
==========================================
- Hits 378 348 -30
Misses 19 19
Partials 1 1
Continue to review full report at Codecov.
|
509217a to
52f8137
Compare
| "Terser Plugin: Dropping unused function foo [main.js:91,9]", | ||
| ] | ||
| `; | ||
| exports[`terserOptions option should match snapshot for the "warnings" option with the "true" value: warnings 1`] = `Array []`; |
There was a problem hiding this comment.
I'm not sure why these arrays are empty now 🤔
There was a problem hiding this comment.
warnings are deprecated terser/terser@71dc345
|
/cc @fabiosantoscode Why warnings was removed? Can you provide more information? |
09273ba to
f9529da
Compare
alexander-akait
left a comment
There was a problem hiding this comment.
Thanks, I will do new major release in near future
e607eed to
42f264e
Compare
|
I will do the next major release tomorrow with |
42f264e to
b8017d7
Compare
|
tests are flaky |
|
github actions bugs on mac os, reported many time, but no luck |
|
oh, I didn't notice lint error. will fix it now |
68836d9 to
231f10b
Compare
|
I already do new PR, no need removing |
|
that's why I created the second commit which could be simply dropped from PR |
|
If you remove it then I can merge your work and make a little more changes |
|
Or we can merge it #291 😄 |
|
Better merge the one which is first. |
231f10b to
b8017d7
Compare
|
it's dropped |
|
Thanks |
This PR contains a:
Motivation / Use-Case
Terser 5 release =)
Breaking Changes
minifyandtransformare async nowAdditional Info