We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f6698 commit 24607edCopy full SHA for 24607ed
1 file changed
internal/node/node.bzl
@@ -118,7 +118,7 @@ def _write_loader_script(ctx):
118
if entry_point_path.endswith(".ts"):
119
entry_point_path = entry_point_path[:-3] + ".js"
120
elif entry_point_path.endswith(".tsx"):
121
- entry_point_path = entry_point_path[:-4] + ".jsx"
+ entry_point_path = entry_point_path[:-4] + ".js"
122
123
ctx.actions.expand_template(
124
template = ctx.file._loader_template,
0 commit comments