mirror of https://github.com/status-im/metro.git
Remove hot parameter from HMR url
Summary: This is the last piece of work to make all the clients do a single request for both HMR/non-HMR modes. I'm not completely sure how this URL is used by the client, but it does not need the `hot` param. Reviewed By: davidaurelio Differential Revision: D5639946 fbshipit-source-id: a76f9ba7b9ace625352a156761d3ee2809f80c92
This commit is contained in:
parent
409a2ae809
commit
e4acb91914
|
@ -327,7 +327,7 @@ class Bundler {
|
||||||
'?' +
|
'?' +
|
||||||
'platform=' +
|
'platform=' +
|
||||||
(platform || '') +
|
(platform || '') +
|
||||||
'&runModule=false&entryModuleOnly=true&hot=true'
|
'&runModule=false&entryModuleOnly=true'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue