Fix spacing
Reviewed By: cpojer Differential Revision: D2568166 fb-gh-sync-id: 8cedfd49ae4ce0de57a4ff3b499057c748803bd3
This commit is contained in:
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue