Closed dignifiedquire closed 9 years ago
ReferenceError: _ is not defined at getDescendents (/project/path/node_modules/rquery/rquery.js:25:12)
Looks like you need to _ = require('lodash') in the node js module setup, and should be added as a real dependency in package.json
_ = require('lodash')
package.json
+1
Just ran into this one with webpack. Could we have #7 merged and published please?
Fixed in 1.1.0
1.1.0
Sorry for the delay, notifications went missing as I was on vacation last week.
:+1:
Looks like you need to
_ = require('lodash')
in the node js module setup, and should be added as a real dependency inpackage.json