In Luminate Online, we already include jQuery separately from the design system. After jQuery is included, we use $.noConflict() to release $, since there are a handful of places where we still use prototype.js. Including jQuery in the design system gives $ back to jQuery, breaking anything that uses prototype.js.
Can we either remove jQuery from the design system and have it be included separately?