File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3939 "./modules/settings/renderer" : {
4040 "default" : " ./src/modules/settings/renderer.ts"
4141 },
42- "./utils/types" : {
43- "types" : " ./src/utils/types.ts"
44- },
4542 "./utils/modules/finders" : {
4643 "default" : " ./src/utils/modules/finders.ts"
4744 },
Original file line number Diff line number Diff line change @@ -210,6 +210,9 @@ const Libraries = [
210210 'modules/settings/renderer' ,
211211 'native' ,
212212 'types' ,
213+ 'types/api' ,
214+ 'utils/modules/finders' ,
215+ 'utils/modules/metro/subscriptions' ,
213216 ] ) ,
214217 library ( externals , [
215218 'browserify' ,
@@ -224,6 +227,7 @@ const Libraries = [
224227 [ 'metro/subscriptions' , 'metro' ] ,
225228 [ 'metro/utils' , 'metro' ] ,
226229 'native' ,
230+ 'native/fs' ,
227231 'types' ,
228232 ] ) ,
229233 library ( patcher , [ '' , 'types' ] ) ,
You can’t perform that action at this time.
0 commit comments