mirror of https://github.com/status-im/metro.git
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:
parent
2f93b745ef
commit
51c38629df
|
@ -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"],
|
||||
)
|
Loading…
Reference in New Issue