backbone icon indicating copy to clipboard operation
backbone copied to clipboard

Cannot find module 'jquery'

Open xtuc opened this issue 7 years ago • 1 comments

Following the discussion from https://github.com/Rich-Harris/packd/issues/42#issuecomment-366759727.

In https://github.com/jashkenas/backbone/blob/master/backbone.js#L26 jQuery is require'd in a TryCatch Statement which is probably fine on Node but fails to bundle.

I would suggest to add jquery in the dependencies of Backbone, but I understand that's not what you want and I'm not sure why we should do.

xtuc avatar Feb 19 '18 17:02 xtuc

@xtuc Perhaps jQuery could be made a peer dependency. Would that help?

jgonggrijp avatar Dec 30 '21 11:12 jgonggrijp