Skip to content

Commit

Permalink
docs: add default to stylex.aliasModuleNames
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash-Singh1 committed Jan 15, 2024
1 parent 1911ea5 commit c9f82d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,11 @@ List of custom module names that should be considered as the StyleX package for

```json
{
"stylex.aliasModuleNames": ["@my-org/stylex"]
"stylex.aliasModuleNames": [
"@stylexjs/stylex",
"stylex",
"@my-org/stylex"
]
}
```

Expand Down

0 comments on commit c9f82d8

Please sign in to comment.