Retry landing D2590327
Reviewed By: swarr Differential Revision: D2613446 fb-gh-sync-id: d38ad4e7cf66d25c69f92b330dd0feed0eeb23df
This commit is contained in:
parent
db229aab87
commit
eed38e9163
|
@ -64,7 +64,7 @@ function getAppMiddleware(args, config) {
|
|||
cacheVersion: '3',
|
||||
transformModulePath: transformerPath,
|
||||
assetRoots: args.assetRoots,
|
||||
assetExts: ['png', 'jpeg', 'jpg'],
|
||||
assetExts: ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp'],
|
||||
resetCache: args.resetCache || args['reset-cache'],
|
||||
polyfillModuleNames: [
|
||||
require.resolve(
|
||||
|
|
Loading…
Reference in New Issue