Hi, showing the below console error:
caught SyntaxError: Unexpected end of input (at autoptimize_de105306f26934371b81b53546c9d8f8.js:805:30501)
But before that error I was getting Main is not defined error.
I’ve solved that by adding plugins/simple-share-buttons-adder/ in exclude js list but now how can we fix “Unexpected end of input” error?
My exclusion list:
, wp-includes/js/dist/,
wp-includes/js/tinymce/,
js/jquery/jquery.min.js,
plugins/simple-share-buttons-adder/,
plugins/jquery-updater/
I see the error is showing from flexslider from wpbakery builder I hope.
default:”number”==typeof options&&$slider.flexAnimate(options,!0)}}}(jQuery);}catch(e){}
But after solving the top, the below error is showing too:
caught TypeError: Cannot read properties of undefined (reading ‘html5’)
Thanks!
