desandro / imagesloaded

:camera: JavaScript is all like "You images done yet or what?"
https://imagesloaded.desandro.com
MIT License
8.88k stars 1.15k forks source link

Cannot read property 'makeJQueryPlugin' of undefined #289

Closed gzwawj closed 4 years ago

gzwawj commented 4 years ago
require.config({
    baseUrl:'static/js/',
    paths:{
        jquery:'modules/jquery-3.2.1.slim.min',
        waypoints:'modules/jquery.waypoints.min',
        imagesLoaded:'modules/imagesloaded.pkgd.min'
    }
})

require(['jquery','waypoints','imagesLoaded'],function($,imagesLoaded){
    imagesLoaded.makeJQueryPlugin( $ );
gzwawj commented 4 years ago

加载顺序导致的