mirror of
https://github.com/status-im/metro.git
synced 2025-02-10 10:07:12 +00:00
2015-02-07 updates
- Fixes reference to ReactPackager middleware | Tyler Smalley - [ReactKit] Fix bug where <Text /> did not refresh (in RCTText) | Alex Akers - Removed duplication in react-native.js | Nick Lockwood - [ReactNative] Patch up ReactPerf to work again | Ben Alpert
This commit is contained in:
parent
6f95d915e1
commit
931041f3d2
@ -67,7 +67,7 @@ function openStackFrameInEditor(req, res, next) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function getAppMiddleware(options) {
|
function getAppMiddleware(options) {
|
||||||
return ReactPackager.catalystMiddleware({
|
return ReactPackager.middleware({
|
||||||
dev: true,
|
dev: true,
|
||||||
projectRoot: options.projectRoot,
|
projectRoot: options.projectRoot,
|
||||||
blacklistRE: blacklist(false),
|
blacklistRE: blacklist(false),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user