You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is a two year old comment, but I thought I'd reply for people like me who might have come across this thread when searching for the answer. It is already possible to use this with Browserify, but you have to reference the source file you want explicitly in your require statement, like so:
require('lazyloadxt/dist/jquery.lazyloadxt')
Make sure that a reference to jQuery is available in the global context when you do this since it installs itself automatically.
Hi guys,
Any way to require this plugin with webppack or browserify?
var lazyloadxt = require('lazyloadxt');
The text was updated successfully, but these errors were encountered: