diff --git a/forge.config.ts b/forge.config.ts index 26face5..f4d37e0 100644 --- a/forge.config.ts +++ b/forge.config.ts @@ -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; }