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
Hi Derick,
Could you please shim this lib for AMD, please?
The problem is that Backbone has recently gone AMD. This is causing single-file builds via the RequireJS optimizer to fail if the build uses the new AMD Backbone but plugins that are non-AMD compliant. You can read more about this issue here SO answer, and over at PaulUithol/Backbone-relational#215 (comment), where the same problem has been resolved by taking the hyper-standard approach of wrapping the whole lib as in https://github.com/PaulUithol/Backbone-relational/blob/master/backbone-relational.js#L48-L61.
The text was updated successfully, but these errors were encountered:
Hmm, so is this library dead? I had the same concern as this ticket, then realized the lack of updates on the library for 5+ years.
Sorry, something went wrong.
No branches or pull requests
Hi Derick,
Could you please shim this lib for AMD, please?
The problem is that Backbone has recently gone AMD. This is causing single-file builds via the RequireJS optimizer to fail if the build uses the new AMD Backbone but plugins that are non-AMD compliant. You can read more about this issue here SO answer, and over at PaulUithol/Backbone-relational#215 (comment), where the same problem has been resolved by taking the hyper-standard approach of wrapping the whole lib as in https://github.com/PaulUithol/Backbone-relational/blob/master/backbone-relational.js#L48-L61.
The text was updated successfully, but these errors were encountered: