Skip to content

Commit

Permalink
[react-ui] Fix bundle name [hotfix] (#16811)
Browse files Browse the repository at this point in the history
  • Loading branch information
trueadm committed Sep 17, 2019
1 parent 7c802de commit 8f1533f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/rollup/bundles.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8f1533f

Please sign in to comment.