Make the React Native HMR client extend from the generic metro HMR client

Reviewed By: BYK

Differential Revision: D6752278

fbshipit-source-id: 5c93cba3e9f3cee2119cb90a711909e0b4a5b835
This commit is contained in:
Rafael Oleza 2018-01-22 10:06:49 -08:00 committed by Facebook Github Bot
parent 2f93b745ef
commit 51c38629df
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
load("@xplat//js:JS_DEFS.bzl", "rn_library")
# This file was generated by running
# js1 build buckfiles
rn_library(
name = "bundle-modules",
visibility = ["PUBLIC"],
worker = "xplat//js:experimental-packager",
deps = ["xplat//js:node_modules"],
)