mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
fix: 修复 node 的 es 版本太高不兼容的构建问题
This commit is contained in:
@@ -45,7 +45,7 @@ export default defineConfig({
|
||||
build: {
|
||||
emptyOutDir: true,
|
||||
outDir: "dist",
|
||||
target: "esnext",
|
||||
target: "es2020",
|
||||
copyPublicDir: false,
|
||||
sourcemap: false,
|
||||
minify: false,
|
||||
|
||||
Reference in New Issue
Block a user