I know flexslider requires jQuery to run so maybe thats the issue however I have defined jQuery as a global with the ProvidePlugin module. I have tried to add flexslider in the plugin but still no luck.
As a temp fix I have just required the plugin at the top of my common.bundle.js file however I want flexslider to be with the other plugins.
Has anyone come across this issue using flexslider before?
Hey I am getting an issue when I move my plugins into a vendor file with webpack.
vendor: ['jquery', 'slick-carousel', 'flexslider', 'imagesLoaded', 'masonry-layout', 'lazysizes', 'picturefill']
I know flexslider requires jQuery to run so maybe thats the issue however I have defined jQuery as a global with the
ProvidePlugin
module. I have tried to add flexslider in the plugin but still no luck.As a temp fix I have just required the plugin at the top of my common.bundle.js file however I want flexslider to be with the other plugins.
Has anyone come across this issue using flexslider before?
Flexslider 2.6.0 Webpack 3.8.0