Side loading Web3.js into Postman

Hey everyone!

I am trying to sideload Web3.js into Postman’s script environment.
I’ve side loaded libraries in the past like this collection:

https://go.postman.co/workspace/My-Workspace~632f0d89-8a82-4093-8798-02231b2ea47c/collection/1034536-0019a3ab-311a-4b69-b437-fcad54f6b20e

However, when I tried the same with web3.js and looked at the source code:

There is the Web3 object exported. But it won’t find it when I try to call on it such as my previous example.

Here’s my call to get web3.js

And here’s my use after eval():

Screen Shot 2021-11-30 at 9.03.27 PM

Let me know if there’s an updated way to do this or if the web3 library is missing something critical in its setup which prevents me from doing this. Thanks!