We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node -r esbuild-runner/register
In the example:
node -r esbuild-runner/register hello-world.ts
How does one pass options to esbuild, such as for example --external:nock ?
--external:nock
The text was updated successfully, but these errors were encountered:
That's currently not supported, but I'm planning to add this in some way
Sorry, something went wrong.
feat: ✨ esbuild.config.js #14 #19
9dfb19f
I just made a new release that supports passing options to the API and reading of esbuild.config.js
esbuild.config.js
No branches or pull requests
In the example:
How does one pass options to esbuild, such as for example
--external:nock
?The text was updated successfully, but these errors were encountered: