Bundling puppeteer with its extra via Pkg to standalone executable
Somehow, you may encounter the situation requires you to build a standalone executable using pkg or nexe. As I debugging both, I decided to use Pkg as I feel nexe is exposing our source code more easily. However, the packaging puppeteer with its extras such as puppeteer-extra-plugin-stealth isn't easy. In