backbone
backbone copied to clipboard
Cannot find module 'jquery'
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 Perhaps jQuery could be made a peer dependency. Would that help?