Skip to content

Commit d86cafa

Browse files
committed
Add onlyBuiltDependencies field to make sure they need to be built
1 parent 83937a4 commit d86cafa

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,13 @@
127127
"react": ">=19.0",
128128
"react-dom": ">=19.0",
129129
"three": ">=0.170.0"
130-
}
130+
},
131+
"onlyBuiltDependencies": [
132+
"@swc/core",
133+
"core-js",
134+
"esbuild",
135+
"nx",
136+
"sharp"
137+
]
131138
}
132139
}

0 commit comments

Comments
 (0)