diff --git a/package-overrides/npm/react@0.14.6.json b/package-overrides/npm/react@0.14.6.json new file mode 100644 index 0000000..f25b9a6 --- /dev/null +++ b/package-overrides/npm/react@0.14.6.json @@ -0,0 +1,24 @@ +{ + "dependencies": { + "fbjs": "^0.6.1" + }, + "format": "cjs", + "meta": { + "*": { + "globals": { + "process": "process" + } + } + }, + "map": { + "fbjs/lib/ExecutionEnvironment.js": { + "production": "@empty" + }, + "./lib/ReactDefaultPerf.js": { + "production": "@empty" + }, + "./lib/ReactTestUtils.js": { + "production": "@empty" + } + } +}