I just added .webp to each js file of the plugin, after that it started working.
Like:
Old
{return/(.png|.jpg|.jpeg|.gif|.tiff|.bmp)
New
{return/(.webp|.png|.jpg|.jpeg|.gif|.tiff|.bmp)
-
This reply was modified 4 years, 7 months ago by Md Parvej Ansari. Reason: add some information
Yeah i am using a single configuration multisite.. when i remove the cdn configuration then error gone.
Thank you for replying