1 Star 0 Fork 19

todo / watermark-js-plus

forked from MichaelSun / watermark-js-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
babel.config.js 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
MichaelSun 提交于 2022-12-14 17:04 . feat: support typescript
const presets = [
[
'@babel/preset-env',
{
useBuiltIns: 'usage',
corejs: { version: 3 },
targets: [
'> 1%',
'Firefox ESR',
'last 4 versions',
'maintained node versions',
'not dead',
'safari >= 7'
],
},
],
]
const plugins = [
'@babel/plugin-transform-runtime'
]
module.exports = { presets, plugins }
TypeScript
1
https://gitee.com/juanleme/watermark-js-plus.git
git@gitee.com:juanleme/watermark-js-plus.git
juanleme
watermark-js-plus
watermark-js-plus
main

搜索帮助