File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ async function build() {
8686 scripts : {
8787 build : 'yarn parcel build packages/@react-spectrum/actiongroup' ,
8888 postinstall : 'patch-package'
89+ } ,
90+ '@parcel/resolver-default' : {
91+ packageExports : true
8992 }
9093 } ;
9194
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ async function build() {
7272 scripts : {
7373 build : 'yarn parcel build packages/@react-spectrum/actiongroup' ,
7474 postinstall : 'patch-package'
75+ } ,
76+ '@parcel/resolver-default' : {
77+ packageExports : true
7578 }
7679 } ;
7780
@@ -105,6 +108,9 @@ async function build() {
105108 scripts : {
106109 build : 'yarn parcel build packages/@react-spectrum/actiongroup' ,
107110 postinstall : 'patch-package'
111+ } ,
112+ '@parcel/resolver-default' : {
113+ packageExports : true
108114 }
109115 } ;
110116
Original file line number Diff line number Diff line change @@ -84,7 +84,10 @@ async function build() {
8484 postinstall : 'patch-package' ,
8585 createRssFeed : "node scripts/createFeed.mjs"
8686 } ,
87- '@parcel/transformer-css' : packageJSON [ '@parcel/transformer-css' ]
87+ '@parcel/transformer-css' : packageJSON [ '@parcel/transformer-css' ] ,
88+ '@parcel/resolver-default' : {
89+ packageExports : true
90+ }
8891 } ;
8992
9093
You can’t perform that action at this time.
0 commit comments