Skip to content

Commit f29808d

Browse files
committed
Merge pull request #40 from netgusto/master
lodash.js made webpack compatible
2 parents cbf5e07 + fddd30c commit f29808d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/lodash.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
var lodash;
44

5-
if (require) {
5+
if (typeof require === "function") {
66
try {
77
lodash = require("lodash");
88
} catch (e) {}

0 commit comments

Comments
 (0)