We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5284f0 commit 86d8272Copy full SHA for 86d8272
packager/packager.js
@@ -191,11 +191,11 @@ function getAppMiddleware(options) {
191
projectRoots: projectRoots,
192
projectExts: globalConfig.projectExts,
193
assetRoots: projectRoots.concat(globalConfig.assetRoots),
194
+ assetExts: globalConfig.assetExts,
195
internalRoots: internalRoots,
196
blacklistRE: blacklist(),
197
cacheVersion: '2',
198
transformModulePath: transformerPath,
- assetExts: globalConfig.assetExts,
199
polyfillModuleNames: [
200
require.resolve(
201
'../Libraries/JavaScriptAppEngine/polyfills/document.js'
0 commit comments