How to import static js files using helmet or ssr api and how to avoid Uncaught SyntaxError?
I am trying to import static js files using helmet or using Gatsby SSR API. But using both of them, I always get Uncaught SyntaxError: Unexpected token ‘<'. Maybe I am getting the error because the ...