Skip to content

Commit

Permalink
fix(esbuild): correct rule argument documentation stating default tar…
Browse files Browse the repository at this point in the history
…get (#2608)
  • Loading branch information
jbedard authored Apr 15, 2021
1 parent 0bcd7e6 commit e710a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/esbuild/esbuild.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ See https://esbuild.github.io/api/#sources-content for more details
"target": attr.string(
default = "es2015",
doc = """Environment target (e.g. es2017, chrome58, firefox57, safari11,
edge16, node10, default esnext)
edge16, node10, esnext). Default es2015.
See https://esbuild.github.io/api/#target for more details
""",
Expand Down

0 comments on commit e710a6b

Please sign in to comment.