瀏覽代碼

Rename entry point

customisations
alemart 7 月之前
父節點
當前提交
248c646c95
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      esbuild.mjs

+ 1
- 1
esbuild.mjs 查看文件

@@ -14,7 +14,7 @@ const options = {
14 14
     stdin: {
15 15
         contents: 'import AR from "./main.ts";\nmodule.exports = AR;',
16 16
         resolveDir: 'src',
17
-        sourcefile: '__main.ts',
17
+        sourcefile: 'index.ts',
18 18
     },
19 19
     bundle: true,
20 20
     minify: minify,

Loading…
取消
儲存