mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Remove fastpath
Summary: I originally added fastpath to node-haste to speed up `path` operations by an order of magnitude. Now we are exclusively using Node 6 at FB so we don't need to ship this thing any more. Reviewed By: bestander Differential Revision: D4029092 fbshipit-source-id: 064cf67f4f79ce4f2774fb4e430d22eef4a95434
This commit is contained in:
committed by
Facebook Github Bot
parent
c2fd4d48bf
commit
fb4f34bc9b
2
packager/react-packager/index.js
vendored
2
packager/react-packager/index.js
vendored
@@ -10,8 +10,6 @@
|
||||
|
||||
require('../babelRegisterOnly')([/react-packager\/src/]);
|
||||
|
||||
require('./src/node-haste/fastpath').replace();
|
||||
|
||||
var debug = require('debug');
|
||||
var Activity = require('./src/Activity');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user