js merge carousels sliders are breaking when js merge in Magento 2

Carousels slider breaks when js merge in Magento 2

You should move slider script to the head tag of the page.

To debug

  • Disable JS merge.
  • Add the js script you got from carousels sliders into the head tag, Script where you are calling the function has to come after the script where function jQueryowlCarousel is defined
  • Clear the cache and enable the JS merge.