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
Natalie would rather have an @bazel/worker npm package which provides the worker.ts code and vendor the worker_protocol.proto
@bazel/worker
worker.ts
The text was updated successfully, but these errors were encountered:
See bazelbuild/bazel#3155 where we decided to just vendor a copy of the worker_protocol.proto
Sorry, something went wrong.
bazelbuild/rules_sass#93 is the PR to rules_sass that enables worker.
This issue is a blocker since we want to make a reusable package and then we can make rules_sass to use that.
Decision: use genrule to copy the worker.js and proto over to a new package.
Pros:
Landed!
bazelbuild/rules_sass#93
fenghaolw
No branches or pull requests
Natalie would rather have an
@bazel/worker
npm package which provides theworker.ts
code and vendor the worker_protocol.protoThe text was updated successfully, but these errors were encountered: