If you omit the out file, the bundle will be sent to .
The output is a self contained ES Module, where any exports from the main module supplied on the command line will be available. For example, if the main module looked something like this:
export const bar = “bar”;
Or you could import it into another ES module to consume: