Skip to content

Commit d80c35c

Browse files
committed
Reproduce crash
1 parent 44aaedd commit d80c35c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

apps/vite-unplugin-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@playwright/test": "^1.57.0",
1515
"@stylexjs/open-props": "^0.11.1",
1616
"@stylexjs/stylex": "^0.17.4",
17-
"@stylexswc/design-system": "0.14.1",
17+
"@stylexswc/design-system": "workspace:*",
1818
"@stylexswc/playwright": "0.14.1",
1919
"@stylexswc/rs-compiler": "0.14.1",
2020
"@stylexswc/unplugin": "0.14.1",

packages/design-system/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"license": "MIT",
77
"sideEffects": false,
88
"exports": {
9-
".": "./dist/index.js",
10-
"./Text": "./dist/Text.js",
11-
"./consts.stylex": "./dist/consts.stylex.js",
12-
"./tokens.stylex": "./dist/tokens.stylex.js",
9+
".": "./src/index.js",
10+
"./Text": "./src/Text.js",
11+
"./*": [
12+
"./src/*.ts",
13+
"./src/*.tsx",
14+
"./src/*.json"
15+
],
1316
"./package.json": "./package.json"
1417
},
15-
"files": [
16-
"dist/*"
17-
],
1818
"scripts": {
1919
"build": "scripty --ts",
2020
"check:artifacts": "scripty",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)