C1005: Closure Compiler Warning (Parse error. name not recognized due to syntax error.) -- compression-input:

756 Views Asked by At

[WRN] C1005: Closure Compiler Warning (Parse error. name not recognized due to syntax error.)

CMD 7.6.0.87

after update from CMD 7.4.0.39

                                                                                                             .

with this configuration

 "compressor": {
     "type": "yui"
 }
1

There are 1 best solutions below

10
Thorsten Suckow-Homberg On

There's no way anyone could tell you what's causing this w/o any source code to look at. You might want to pre-transpile your code with babel, which could provide more meaningful error messages. See https://medium.com/@thorstensuckow/sencha-ext-js-beyond-es5-a0382916b7a6