Proposal for JavaScript SDK packaging
Right now, the Twilio client-side SDKs feel like they are designed and shipped by dozens of people. By making some changes to the Twilio SDK CDN and our module sructure, we could address some of these issues.
Include the latest everything from CDN
For onboarding and getting started, we could include a "kitchen sink" artefact that bundles up the latest version of every Twilio client-side SDK.
<script src="//media.twiliocdn.com/js/twilio.min.js"></script>