diff --git a/react-packager/src/node-haste/index.js b/react-packager/src/node-haste/index.js index 82b4d139..ad22787d 100644 --- a/react-packager/src/node-haste/index.js +++ b/react-packager/src/node-haste/index.js @@ -134,7 +134,7 @@ class DependencyGraph { depGraphHelpers: this._helpers, assetDependencies: this._assetDependencies, moduleOptions: this._opts.moduleOptions, - }, this._opts.platfomrs); + }, this._opts.platforms); this._hasteMap = new HasteMap({ fastfs: this._fastfs,