chore: 更新 bun.config.mjs 和 package.json,调整依赖版本和配置
This commit is contained in:
@@ -16,11 +16,10 @@ await Bun.build({
|
||||
entry: `${naming}.js`,
|
||||
},
|
||||
external,
|
||||
env: 'KEVISUAL_*',
|
||||
// 启用模块转换和优化
|
||||
minify: false,
|
||||
splitting: false,
|
||||
sourcemap: 'external',
|
||||
// sourcemap: 'external',
|
||||
// 处理 CommonJS 到 ESM 的转换
|
||||
plugins: [{
|
||||
name: 'transform-requires',
|
||||
|
||||
Reference in New Issue
Block a user