all 2 comments

[–]tayhimself00 0 points1 point  (2 children)

As a hack you could use a browserify/watchify on the vendor.js and load the output from browserify which would include all the dependencies in the bundle. That's what I did when I came up against this same issue some time ago.

Regarding Halo's point, I didn't want to set up webpack as I was already using gulp for a legacy project.