__filename and __dirname in ESM
ESM does not populate the __filename
and __dirname
variables frequently used in CommonJS. This post shows what to do instead.
ESM does not populate the __filename
and __dirname
variables frequently used in CommonJS. This post shows what to do instead.