4 Replies
I don't think so
But why does it have it at the beginning? If I bundle all modules into a file, then surely I don't need to export it? No?
it is meant to bundle a "self-contained ES module" for use within Deno
You'd usually bundle all your dependencies into one file and import just that one file
And, bundle is getting deprecated anyway
yeah, I can see that in the log. I just want to know if this is common in any bundler