You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current esbuild configuration is using CommonJS rather than ESM (aka require rather than import statements). To align with the future of Node and the JavaScript ecosystem, we should switch package.json and other JS files in new repos over to using ESM.
The text was updated successfully, but these errors were encountered:
The current esbuild configuration is using CommonJS rather than ESM (aka
require
rather thanimport
statements). To align with the future of Node and the JavaScript ecosystem, we should switchpackage.json
and other JS files in new repos over to using ESM.The text was updated successfully, but these errors were encountered: