Skip to content

Commit

Permalink
chore: add a bundle size fixture (Button, Provider & theme) (#25113)
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored Oct 6, 2022
1 parent 755d076 commit 324fe63
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "chore: add a bundle size fixture (Button, Provider & theme)",
"packageName": "@fluentui/react-components",
"email": "olfedias@microsoft.com",
"dependentChangeType": "none"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Button, FluentProvider, webLightTheme } from '@fluentui/react-components';

console.log(Button, FluentProvider, webLightTheme);

export default {
name: 'react-components: Button, FluentProvider & webLightTheme',
};

0 comments on commit 324fe63

Please sign in to comment.