Skip to content

Commit

Permalink
fix: flag to pass swcrc is --config-file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Dec 13, 2021
1 parent 05049ce commit 5f073d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swc/private/swc.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def _impl(ctx):
swcrc_path = ctx.file.swcrc.path
swcrc_directory = paths.dirname(swcrc_path)
args.add_all([
"--config",
"--config-file",
swcrc_path,
])

Expand Down

0 comments on commit 5f073d8

Please sign in to comment.