Build in stacktrace.js (#264)
This commit is contained in:
@@ -25,6 +25,12 @@ const ignore = (file: string) => {
|
|||||||
if (file.startsWith("/worker")) {
|
if (file.startsWith("/worker")) {
|
||||||
return false;
|
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")) {
|
if (file.startsWith("/node_modules/better-sqlite3")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user