mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 23:24:06 +08:00
Fix spacing
Reviewed By: cpojer Differential Revision: D2568166 fb-gh-sync-id: 8cedfd49ae4ce0de57a4ff3b499057c748803bd3
This commit is contained in:
committed by
facebook-github-bot-7
parent
3a8f9e1080
commit
aff4cfb3b3
@@ -16,9 +16,7 @@ module.exports = {
|
||||
process(src, file) {
|
||||
// Don't transform node_modules, except react-tools which includes the
|
||||
// untransformed copy of React
|
||||
if (
|
||||
file.match(/node_modules\/(?!react-tools\/)/)
|
||||
) {
|
||||
if (file.match(/node_modules\/(?!react-tools\/)/)) {
|
||||
return src;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user