Skip to content

Commit 69a6dba

Browse files
Add "esbuild" to ignoredBuiltDependencies in package.json
1 parent 503ff44 commit 69a6dba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@
8181
"get-func-name@<2.0.1": ">=2.0.1",
8282
"@babel/traverse@<7.23.2": ">=7.23.2",
8383
"braces@<3.0.3": ">=3.0.3"
84-
}
84+
},
85+
"ignoredBuiltDependencies": [
86+
"esbuild"
87+
]
8588
}
8689
}

0 commit comments

Comments
 (0)