fix: fix raw_deps handling

This commit is contained in:
Ruben Fiszel
2024-08-01 16:24:30 +02:00
parent 42e3ae92e3
commit efcf0e40f6
@@ -1361,7 +1361,7 @@ async fn capture_dependency_job(
npm_mode,
)
.await?;
if req.is_some() {
if req.is_some() && !raw_deps {
crate::bun_executor::prebundle_script(
job_raw_code,
req.clone(),