We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the discussion from Rich-Harris/packd#42 (comment).
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.
jquery
The text was updated successfully, but these errors were encountered:
@xtuc Perhaps jQuery could be made a peer dependency. Would that help?
Sorry, something went wrong.
No branches or pull requests
Following the discussion from Rich-Harris/packd#42 (comment).
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.The text was updated successfully, but these errors were encountered: