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
Difficult or no examples on how to swap node with something like vite-node
Trying to add vite-node as the node toolchain. Smallest repro I could make: https://github.com/pat-trunk-io/vite-note-rules-js
I would like to get to a point where running:
bazel run //src:test
would invoke vite-node as the node equivalent, which would then call node with the patched_fs node of rules_js
The text was updated successfully, but these errors were encountered:
Created a toolchain file: https://github.com/pat-trunk-io/vite-note-rules-js/blob/main/toolchain/BUILD.bazel
I think I'm missing how to get vite-node to find the default rules_nodejs node toolchain to run.
I register the toolchain in Module.bazel and the default toolchain disapears
Sorry, something went wrong.
No branches or pull requests
What is the current behavior?
Difficult or no examples on how to swap node with something like vite-node
Describe the feature
Trying to add vite-node as the node toolchain.
Smallest repro I could make:
https://github.com/pat-trunk-io/vite-note-rules-js
I would like to get to a point where running:
would invoke vite-node as the node equivalent, which would then call node with the patched_fs node of rules_js
The text was updated successfully, but these errors were encountered: