External libraries with Javascript middleware

Is there a way to use external Javascript libraries along with the Javascript middleware? I have a need to use the CryptoJS library for HMAC signing.

Thanks and Regards,
Sagar

It is possible by inlining the library. If you want to use modules, that’s a bit trickier.