2 Star 19 Fork 10

云香水识/stf-ease

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.esbuildrc.js 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiyangyang 提交于 2024-05-04 21:57 . publish v0.5.0
// @ts-check
/**
* @type { import('esbuild').BuildOptions }
*/
let config = {
sourcemap: true,
entryPoints: ['src/index.ts'],
outfile: 'static/bundle.js',
target: 'chrome70',
bundle: true,
format: 'esm',
loader: {
'.ts': 'ts'
},
tsconfig: './tsconfig.json',
};
module.exports = config
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shy9120/stf-ease.git
git@gitee.com:shy9120/stf-ease.git
shy9120
stf-ease
stf-ease
master

搜索帮助