Skip to content

Commit

Permalink
react-textarea: Adding bundle size fixtures (#22272)
Browse files Browse the repository at this point in the history
* Adding bundle size fixtures

* Update packages/react-textarea/bundle-size/Textarea.fixture.js

Co-authored-by: Makoto Morimoto <[email protected]>

Co-authored-by: Makoto Morimoto <[email protected]>
  • Loading branch information
sopranopillow and khmakoto authored Mar 31, 2022
1 parent bc4094d commit c807fc5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/react-textarea/bundle-size/Textarea.fixture.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Textarea } from '@fluentui/react-textarea';

console.log(Textarea);

export default {
name: 'Textarea',
};
1 change: 1 addition & 0 deletions packages/react-textarea/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"license": "MIT",
"scripts": {
"build": "just-scripts build",
"bundle-size": "bundle-size measure",
"clean": "just-scripts clean",
"code-style": "just-scripts code-style",
"just": "just-scripts",
Expand Down

0 comments on commit c807fc5

Please sign in to comment.