Skip to content

Commit

Permalink
Remove worker param from rn_bundle() macro
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal]

Reviewed By: MichaReiser

Differential Revision: D24728338

fbshipit-source-id: a4ed2ac8fdd0115872333f46f48b488af98e681b
  • Loading branch information
motiz88 authored and facebook-github-bot committed Nov 4, 2020
1 parent a26db22 commit 2ea7ae4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/assets/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rn_library(
labels = ["supermodule:xplat/default/public.react_native.core"],
skip_processors = True,
visibility = ["PUBLIC"],
worker = "//xplat/js:metro-transform-worker",
)

yarn_workspace(
Expand Down
1 change: 0 additions & 1 deletion packages/normalize-color/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ rn_library(
labels = ["supermodule:xplat/default/public.react_native.core"],
skip_processors = True,
visibility = ["PUBLIC"],
worker = "//xplat/js:metro-transform-worker",
)

yarn_workspace(
Expand Down

0 comments on commit 2ea7ae4

Please sign in to comment.