Unverified 提交 7a4ec224 authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Build in stacktrace.js (#264)

上级 b23a8287
......@@ -25,6 +25,12 @@ const ignore = (file: string) => {
if (file.startsWith("/worker")) {
return false;
}
if (file.startsWith("/node_modules/stacktrace-js")) {
return false;
}
if (file.startsWith("/node_modules/stacktrace-js/dist")) {
return false;
}
if (file.startsWith("/node_modules/better-sqlite3")) {
return false;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论