Skipping a module when bundling
Has anyone found a way to skip a module dependancy when bundling? I'm using
googleapis
, which has a require('http2')
while http2
isn't available in the runtime. That might be fine -- I think I can pass runtime options to avoid using it. I just need to find a way to get esbuild
to ignore the missing dependancy.0 Replies