mirror of https://github.com/status-im/metro.git
Upgrade node-haste to v2.9.1 to make module order deterministic
Summary:Changing the order of transformation and extraction of dependencies made the order of modules dependent on the time when the worker pool returns a result. node-haste v2.9.1 addresses this issue and makes the order of dependencies deterministic. This also bumps the packager versions to enforce cache invalidation. Reviewed By: martinbigio Differential Revision: D3065063 fb-gh-sync-id: 1d45b066e45c3f64092f779c3fce3becf6739409 shipit-source-id: 1d45b066e45c3f64092f779c3fce3becf6739409
This commit is contained in:
parent
054642231b
commit
d533323781
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "0.3.0",
|
"version": "0.3.1",
|
||||||
"name": "react-native-packager",
|
"name": "react-native-packager",
|
||||||
"description": "Build native apps with React!",
|
"description": "Build native apps with React!",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue