Closed
Description
I know core.js is deprecated, but until then if one is using individual files as opposed to the bundled version they might encounter an issue in which requirejs can't find jquery-patch:
This is due to the fact that in core.js it is referenced as "jquery-patch.js" as opposed to just "jquery-patch":