File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ async function build() {
86
86
scripts : {
87
87
build : 'yarn parcel build packages/@react-spectrum/actiongroup' ,
88
88
postinstall : 'patch-package'
89
+ } ,
90
+ '@parcel/resolver-default' : {
91
+ packageExports : true
89
92
}
90
93
} ;
91
94
Original file line number Diff line number Diff line change @@ -72,6 +72,9 @@ async function build() {
72
72
scripts : {
73
73
build : 'yarn parcel build packages/@react-spectrum/actiongroup' ,
74
74
postinstall : 'patch-package'
75
+ } ,
76
+ '@parcel/resolver-default' : {
77
+ packageExports : true
75
78
}
76
79
} ;
77
80
@@ -105,6 +108,9 @@ async function build() {
105
108
scripts : {
106
109
build : 'yarn parcel build packages/@react-spectrum/actiongroup' ,
107
110
postinstall : 'patch-package'
111
+ } ,
112
+ '@parcel/resolver-default' : {
113
+ packageExports : true
108
114
}
109
115
} ;
110
116
Original file line number Diff line number Diff line change @@ -84,7 +84,10 @@ async function build() {
84
84
postinstall : 'patch-package' ,
85
85
createRssFeed : "node scripts/createFeed.mjs"
86
86
} ,
87
- '@parcel/transformer-css' : packageJSON [ '@parcel/transformer-css' ]
87
+ '@parcel/transformer-css' : packageJSON [ '@parcel/transformer-css' ] ,
88
+ '@parcel/resolver-default' : {
89
+ packageExports : true
90
+ }
88
91
} ;
89
92
90
93
You can’t perform that action at this time.
0 commit comments