-
-
Notifications
You must be signed in to change notification settings - Fork 45
[Bug]: bazel_sandbox_plugin is very slow #190
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingneed: investigationInvestigation required to proceed furtherInvestigation required to proceed furtherperformanceImprove performance of existing featuresImprove performance of existing features
Description
Activity
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneed: investigationInvestigation required to proceed furtherInvestigation required to proceed furtherperformanceImprove performance of existing featuresImprove performance of existing features
What happened?
#160 added a JavaScript plugin.
Users report on Slack that this new feature in 0.18.0 increases bundling times by an unacceptable amount.
Maybe it can simply be optimized.
Or it could use the esbuild Go API instead if someone has the time to evaluate that and re-write it.
Setting https://github.com/aspect-build/rules_esbuild/blob/main/docs/esbuild.md#esbuild_bundle-bazel_sandbox_plugin to
Falseis the workaround, though it reverts to earlier behavior of non-hermetic esbuild sometimes not picking up changes.Version
0.18.0
How to reproduce
No response
Any other information?
No response