Open ghost opened 5 years ago
So, I am loading jQuery.
In my code, I have:
import $ from 'jquery';
jQuery and other jQuery plugins are working on my site, but this plugin is not.
I tried to add the line import jQuery from 'jquery';, but that made no difference.
import jQuery from 'jquery';
Any idea on what I can do to make it work?
So, I am loading jQuery.
In my code, I have:
import $ from 'jquery';
jQuery and other jQuery plugins are working on my site, but this plugin is not.
I tried to add the line
import jQuery from 'jquery';
, but that made no difference.Any idea on what I can do to make it work?