Closed goto-bus-stop closed 5 years ago
I guess the new --experimental-modules implementation changed this behaviour. Doing node --experimental-modules ./no-extension doesn't do extension probing now, so we have to spell out the .js.
node --experimental-modules ./no-extension
.js
I guess the new --experimental-modules implementation changed this behaviour. Doing
node --experimental-modules ./no-extension
doesn't do extension probing now, so we have to spell out the.js
.