UNPKG
web-handwriting-board
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
一个简单易用的web手写板,适合在有手写签名需求的场景使用
github.com/su-zi-long/handwriting-board
su-zi-long/handwriting-board
web-handwriting-board
/
.babelrc
11 lines
(10 loc)
•
216 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
:
[
[
"@babel/env"
,
{
"modules"
:
false
// 设置为false,否则babel会在rollup有机会执行其操作之前导致我们的模块转化为commonjs
}
]
]
}