I'm currently dealing with issues when running build on Netlify. Seems like the issue doesn't appear on local machine, yet the build fails on Netlify focusing on the following issue:
Incomplete string escaping or encoding "\'"
I've also tried '\'' that didn't work either.
Thanks for your help.
Fixed the issue by using regex instead: /\'/g