Skip to content

Commit

Permalink
docs: add note about issue #58
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Nov 27, 2023
1 parent fe7efca commit 5d9a4ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/esbuild.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions esbuild/private/esbuild.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -433,5 +433,9 @@ esbuild_bundle = rule(
Runs the esbuild bundler under Bazel
For further information about esbuild, see https://esbuild.github.io/
Note: esbuild currently follows symlinks and leaves the bazel sandbox, see https://github.com/aspect-build/rules_esbuild/issues/58 for potential issues and workarounds.
For example, escaping the sandbox may require extra configuration such as overriding the default `resolveExtensions` to not load .ts[x] files that are pre-compiled by other rules.
""",
)

0 comments on commit 5d9a4ba

Please sign in to comment.