mirror of
https://github.com/status-im/react-native.git
synced 2025-01-12 10:34:57 +00:00
Add missing slash.
Summary: This should be there for consistency. Closes https://github.com/facebook/react-native/pull/11357 Differential Revision: D4294530 Pulled By: kentaromiura fbshipit-source-id: 6219a7c69a65dde21d96bc032fc9a327386a85ca
This commit is contained in:
parent
617eb309a1
commit
4d5ef76b1a
@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"moduleNameMapper": {
|
"moduleNameMapper": {
|
||||||
"^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|png|psd|svg|webp)$": "RelativeImageStub",
|
"^[./a-zA-Z0-9$_-]+\\.(bmp|gif|jpg|jpeg|png|psd|svg|webp)$": "RelativeImageStub",
|
||||||
"^React$": "<rootDir>node_modules/react"
|
"^React$": "<rootDir>/node_modules/react"
|
||||||
},
|
},
|
||||||
"modulePathIgnorePatterns": [
|
"modulePathIgnorePatterns": [
|
||||||
"<rootDir>/node_modules/react-native/Libraries/react-native/",
|
"<rootDir>/node_modules/react-native/Libraries/react-native/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user