Level 13
In laravel 5.5 also not working owl carousel , error seen like that (index):698 Uncaught TypeError: $(...).owlCarousel is not a function
I have added the owl carousel in my project using
import 'owl.carousel/dist/assets/owl.carousel.css';
import $ from 'jquery';
import 'imports?jQuery=jquery!owl.carousel';
But didn't work, what is the actual process of adding jquery plugin using webpack mix.
Please or to participate in this conversation.