Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. A bug in terser 4.0.1 which was released hours ago.
  2. For npm users: ```run npm i terser@4.0.0```
  3. For yarn users: add the following field to package.json and then rerun yarn:
  4.  
  5. "resolutions": {
  6. "terser": "4.0.0"
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement