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
When the package is configured with "type": "module" all .js files are interpreted as ESM by default, including esbuild-runner.config.js. We would need to set the extension to .cjs instead.
However the file name is hardcoded and always uses .js
The text was updated successfully, but these errors were encountered:
When the package is configured with
"type": "module"
all.js
files are interpreted as ESM by default, includingesbuild-runner.config.js
. We would need to set the extension to.cjs
instead.However the file name is hardcoded and always uses
.js
The text was updated successfully, but these errors were encountered: