File tree Expand file tree Collapse file tree 1 file changed +40
-3
lines changed
Expand file tree Collapse file tree 1 file changed +40
-3
lines changed Original file line number Diff line number Diff line change 4545 "eslintConfig" : {
4646 "extends" : " ../.github/eslint.config.js"
4747 },
48- "rnx-kit//disabled" : {
49- "//" : " This configuration is only used for Viewfinder" ,
48+ "rnx-kit" : {
5049 "kitType" : " app" ,
51- "alignDeps" : {
50+ "bundle" : [
51+ {
52+ "id" : " main" ,
53+ "entryFile" : " index.ts" ,
54+ "assetsDest" : " dist" ,
55+ "targets" : [
56+ " android" ,
57+ " ios" ,
58+ " macos" ,
59+ " visionos" ,
60+ " windows"
61+ ],
62+ "platforms" : {
63+ "android" : {
64+ "bundleOutput" : " dist/main.android.jsbundle" ,
65+ "sourcemapOutput" : " dist/main.android.jsbundle.map" ,
66+ "assetsDest" : " dist/res"
67+ },
68+ "ios" : {
69+ "bundleOutput" : " dist/main.ios.jsbundle" ,
70+ "sourcemapOutput" : " dist/main.ios.jsbundle.map"
71+ },
72+ "macos" : {
73+ "bundleOutput" : " dist/main.macos.jsbundle" ,
74+ "sourcemapOutput" : " dist/main.macos.jsbundle.map"
75+ },
76+ "visionos" : {
77+ "bundleOutput" : " dist/main.visionos.jsbundle" ,
78+ "sourcemapOutput" : " dist/main.visionos.jsbundle.map"
79+ },
80+ "windows" : {
81+ "bundleOutput" : " dist/main.windows.bundle" ,
82+ "sourcemapOutput" : " dist/main.windows.bundle.map"
83+ }
84+ }
85+ }
86+ ],
87+ "alignDeps//disabled" : {
88+ "//" : " This configuration is only used for Viewfinder" ,
5289 "requirements" : [
53905491 ],
You can’t perform that action at this time.
0 commit comments