Hey folks, I got a small three.js animation working by importing from the CDN. This was easy in Nordcraft, because I can just put the import statements in the javascript. However, the three.js docs recommend using npm + a build tool for most use cases. If I understand correctly, this isn't possible in Nordcraft. Does this mean that Nordcraft apps with a lot of three.js will have subpar performance compared to frameworks that support npm? Fortunately for my use case this probably doesn't matter much, but I do want to have a proper understanding of the limitations of Nordcraft.