fix readme
This commit is contained in:
parent
68290dbaa0
commit
302d464fa7
|
@ -278,7 +278,7 @@ Re-Natal makes almost no changes to the files generated by react-native so the o
|
||||||
It would be perfect not to do any changes there, but...
|
It would be perfect not to do any changes there, but...
|
||||||
* To make source maps available in "Debug in Chrome" mode re-natal patches
|
* To make source maps available in "Debug in Chrome" mode re-natal patches
|
||||||
the react native packager to serve \*.map files from file system and generate only index.\*.map file.
|
the react native packager to serve \*.map files from file system and generate only index.\*.map file.
|
||||||
To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L400)
|
To achieve this [this line](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/Server/index.js#L408)
|
||||||
of file "node_modules/react-native/packager/react-packager/src/Server/index.js" is modified to match only index.\*.map
|
of file "node_modules/react-native/packager/react-packager/src/Server/index.js" is modified to match only index.\*.map
|
||||||
|
|
||||||
## Example Apps
|
## Example Apps
|
||||||
|
|
Loading…
Reference in New Issue