1 Star 0 Fork 0

f2e-server / f2e-middle-auth

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.esbuildrc.js 449 Bytes
一键复制 编辑 原始数据 按行查看 历史
shiyangyang 提交于 2023-02-02 10:19 . 首次同步提交版本
/**
* @type { import('f2e-middle-esbuild').BuildOptions }
*/
let config = {
watches: [/\.(tsx?|less)$/],
sourcemap: 'external',
entryPoints: ['src/index.tsx'],
outfile: 'lib/bundle.js',
target: 'chrome70',
jsxFactory: 'React.createElement',
bundle: true,
format: 'iife',
loader: {
'.tsx': 'tsx',
'.ts': 'ts',
},
tsconfig: './tsconfig.json',
};
module.exports = config
NodeJS
1
https://gitee.com/f2e-server/f2e-middle-auth.git
git@gitee.com:f2e-server/f2e-middle-auth.git
f2e-server
f2e-middle-auth
f2e-middle-auth
master

搜索帮助