1 Star 0 Fork 11

codesignup/stf-ease_1

forked from 云香水识/stf-ease 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.esbuildrc.js 375 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiyangyang 提交于 2021-07-19 10:24 +08:00 . 客户端脚本提交发布版本
// @ts-check
/**
* @type { import('f2e-middle-esbuild').BuildOptions }
*/
let config = {
watches: [/\.tsx?$/],
sourcemap: 'external',
entryPoints: ['src/index.ts'],
outfile: 'static/bundle.js',
target: 'chrome70',
bundle: true,
format: 'esm',
loader: {
'.ts': 'ts'
},
tsconfig: './tsconfig.json',
};
module.exports = config
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codesignup/stf-ease_1.git
git@gitee.com:codesignup/stf-ease_1.git
codesignup
stf-ease_1
stf-ease_1
master

搜索帮助