瀏覽代碼

core: remove external sourcemap generation to reduce build artifacts

Dax Raad 6 月之前
父節點
當前提交
9fb12a906e
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      packages/opencode/script/build.ts

+ 0 - 1
packages/opencode/script/build.ts

@@ -174,7 +174,6 @@ for (const item of targets) {
     conditions: ["browser"],
     tsconfig: "./tsconfig.json",
     plugins: [solidPlugin],
-    sourcemap: "external",
     compile: {
       autoloadBunfig: false,
       autoloadDotenv: false,