Renan Castro

Results 2 issues of Renan Castro

Tree shaking! 😄 In this PR the focus will be on removing unused exports and code from the final bundle. ## Description Tree-shaking is a technic that the bundler uses...

Project:Isobuild:Minifiers
Project:JS Environment
Project:Tool
Project:Isobuild
in-development
Project:Tree shaking

When building with SSL=off, latest 4.4.4 release doesn't compile with the following error: ``` src/mongo/db/db.cpp:340: error: undefined reference to 'mongo::OCSPManager::startThreadPool()' src/mongo/util/net/ocsp/ocsp_manager.h:49: error: undefined reference to 'mongo::OCSPManager::OCSPManager()' collect2: error: ld returned...