phpreport icon indicating copy to clipboard operation
phpreport copied to clipboard

Check warnings produced by uglifyJS

Open jaragunde opened this issue 7 years ago • 0 comments
trafficstars

The minification process produces a list of warnings about our code, which could indicate potential bugs, dead code, etc. Some examples:

WARN: Non-strict equality against boolean: == true [tasks.js:703,12]
WARN: Side effects in initialization of unused variable taskPanel [tasks.js:1240,24]
WARN: Dropping unreachable code [ext-all-debug.js:37405,12]

Let's tackle these warnings one by one and fix them!

jaragunde avatar May 29 '18 11:05 jaragunde