Skip to content

Commit 795246b

Browse files
authored
chore(react): add "wyw-in-js" field for tag processor (#475)
1 parent d25676d commit 795246b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: add \"wyw-in-js\" field for tag processor",
4+
"packageName": "@griffel/react",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}

packages/react/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88
"url": "https://github.com/microsoft/griffel"
99
},
1010
"sideEffects": false,
11+
"wyw-in-js": {
12+
"tags": {
13+
"makeStyles": "@griffel/tag-processor/make-styles",
14+
"makeResetStyles": "@griffel/tag-processor/make-reset-styles"
15+
}
16+
},
1117
"dependencies": {
1218
"@griffel/core": "^1.15.1",
1319
"tslib": "^2.1.0"

0 commit comments

Comments
 (0)