generator-chrome-extension icon indicating copy to clipboard operation
generator-chrome-extension copied to clipboard

How to use jQuery?

Open thommycgn opened this issue 5 years ago • 1 comments

Gulp is using const $ = gulpLoadPlugins();

and so I couldn't make jQuery run. Any ideas how to handle this?

thommycgn avatar Sep 05 '19 21:09 thommycgn

Not sure if this is helpful, but jquery has an alias. If you haven't tried that: jQuery() If it's unrelated, disregard. I haven't tested it.

NHuebnerWMG avatar Oct 13 '20 19:10 NHuebnerWMG