Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Sep 26, 2019
1 parent e7b81ec commit fbb0b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/terser/src/terser_minified.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def _terser(ctx):
outputs = []

sources = _filter_js(inputs)
sourcemaps = [f for f in inputs if f.extension = "map"]
sourcemaps = [f for f in inputs if f.extension == "map"]
directory_srcs = [s for s in sources if s.is_directory]
if len(directory_srcs) > 0:
if len(sources) > 1:
Expand Down

0 comments on commit fbb0b53

Please sign in to comment.