You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ts_project is used with transpiler and the outputs be made available to esbuild, it results in stale build. The code changes are not reflected in the final compiled bundle.
What I expect: it should build correctly.
Version
Development (host) and target OS/architectures: Rock Linux 9.1 (Blue Onyx) x86_64
Output of bazel --version: 6.2.0
Version of the Aspect rules, or other relevant rules from your WORKSPACE or MODULE.bazel file:
Indicated in the provided link of the repo
What happened?
When
ts_project
is used withtranspiler
and the outputs be made available toesbuild
, it results in stale build. The code changes are not reflected in the final compiled bundle.What I expect: it should build correctly.
Version
Development (host) and target OS/architectures: Rock Linux 9.1 (Blue Onyx) x86_64
Output of
bazel --version
: 6.2.0Version of the Aspect rules, or other relevant rules from your
WORKSPACE
orMODULE.bazel
file:Indicated in the provided link of the repo
Language(s) and/or frameworks involved: JavaScript, TypeScript, React
How to reproduce
I have a repo to reproduce it here https://github.com/Exegetech/buggytsproject
Any other information?
No response
The text was updated successfully, but these errors were encountered: