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
currently esbuild will carry plugin name to plugin error which is very helpful , but doesn't carry hook info with error
something like following would be more helpful for debugging plugin problem
error: [memfs-plugin:onLoad] ENOENT: no such file or directory, open '/Users/admin/github/neo/packages/bundler/__tests__/fixtures/memfs/src/index.js'
The text was updated successfully, but these errors were encountered:
d563697
The error message should now look like this:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
currently esbuild will carry plugin name to plugin error which is very helpful , but doesn't carry hook info with error
something like following would be more helpful for debugging plugin problem
The text was updated successfully, but these errors were encountered: