[react-ui] Fix bundle name [hotfix] (#16811)

This commit is contained in:
Dominic Gannaway 2019-09-17 21:10:51 +02:00 committed by GitHub
parent 7c802de797
commit 8f1533f4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ const bundles = [
bundleTypes: [NODE_DEV, NODE_PROD, FB_WWW_DEV, FB_WWW_PROD],
moduleType: NON_FIBER_RENDERER,
entry: 'react-ui/accessibility/tab-focus',
global: 'TabFocus',
global: 'ReactTabFocus',
externals: [
'react',
'react-ui/events/keyboard',