mirror of
https://github.com/peridotbuild/peridot.git
synced 2024-12-09 21:06:25 +00:00
Allow bazel-bin to be accessed within bazel build sandbox
This commit is contained in:
parent
d20f5b967e
commit
21dac7a02a
8
tools/build_rules/ui_bundle/esbuild.config.mjs
Normal file
8
tools/build_rules/ui_bundle/esbuild.config.mjs
Normal file
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
alias: {
|
||||
// We're adding the bazel-bin alias, so we can use generated files with
|
||||
// that prefix to make Node tooling happy for IDEs/linters/etc. but
|
||||
// also making it "just work" for Bazel.
|
||||
'bazel-bin': '.',
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user