Jorge Godoy
Jorge Godoy
**Describe the bug** There is a bug in the minification of the following code. **To Reproduce** [babel try it out](https://babeljs.io/repl/#?babili=true&browsers=&build=&builtIns=false&spec=false&loose=false&code_lz=GYVwdgxgLglg9mABBOBbADgQwE4FMAUAbgJSIDeAUIonlCNkoYgNSIBEbiAvF-wB5sA3BQC-QA&debug=false&forceAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=false&fileSize=false&sourceType=module&lineWrap=true&presets=es2017%2Creact%2Cbabili&prettier=true&targets=&version=6.26.0&envVersion=) **input** ```js function compare(v) { return v + "" ==...
