Skip to content

Commit f6ba68a

Browse files
committed
Merge branch 'main' of github.com:adobe/react-spectrum into loadmore_rac
2 parents 4d3bb6c + e00dc83 commit f6ba68a

14 files changed

+308
-123
lines changed

examples/rac-spectrum-tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageManager": "yarn@4.2.2",
55
"scripts": {
66
"start": "parcel src/index.html",
7-
"build": "parcel build src/index.html",
7+
"build": "PARCEL_WORKER_BACKEND=process parcel build src/index.html",
88
"install-17": "yarn add -W react@^17 react-dom@^17"
99
},
1010
"dependencies": {

examples/rac-tailwind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packageManager": "yarn@4.2.2",
55
"scripts": {
66
"start": "parcel src/index.html",
7-
"build": "parcel build src/index.html",
7+
"build": "PARCEL_WORKER_BACKEND=process parcel build src/index.html",
88
"install-17": "yarn add -W react@^17 react-dom@^17"
99
},
1010
"dependencies": {

0 commit comments

Comments
 (0)