Unverified 提交 8d88460f authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

disable sourcemap (#1936)

The sourcemap is almost 20mb (and we still don't get proper stacktraces for errors in the main/node.js thread) <!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 267749b95f6416b3f88c8caa9a72e21438fc1ee8. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
上级 f2960a94
...@@ -11,9 +11,6 @@ export default defineConfig({ ...@@ -11,9 +11,6 @@ export default defineConfig({
build: { build: {
rollupOptions: { rollupOptions: {
external: ["better-sqlite3"], external: ["better-sqlite3"],
output: {
sourcemap: true,
},
}, },
}, },
plugins: [ plugins: [
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论