Livewire assets rendering issue!

On my main server livewire js is not rendering correctly looks like its minified and because of this it gives an error.

`Uncaught SyntaxError: Unexpected token 'var'`

as u can see the comment // {we only want this handler} is inlined which make the js next to it commented out

LIVEWIRE v.1.0

ON LOCAL ITS WORKING PERFECTLY