Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Oct 15, 2015
1 parent a5284f0 commit 86d8272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/packager.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,11 +191,11 @@ function getAppMiddleware(options) {
projectRoots: projectRoots,
projectExts: globalConfig.projectExts,
assetRoots: projectRoots.concat(globalConfig.assetRoots),
assetExts: globalConfig.assetExts,
internalRoots: internalRoots,
blacklistRE: blacklist(),
cacheVersion: '2',
transformModulePath: transformerPath,
assetExts: globalConfig.assetExts,
polyfillModuleNames: [
require.resolve(
'../Libraries/JavaScriptAppEngine/polyfills/document.js'
Expand Down

0 comments on commit 86d8272

Please sign in to comment.