UNPKG
@eotl/simple-signed-records
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Minimal cryptographic identity and content verification for decentralized apps
@eotl/simple-signed-records
/
babel.config.cjs
12 lines
(9 loc)
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
=
function
(
api
) { api.
cache
(
true
)
const
presets = [
"@babel/preset-env"
]
return
{ presets } }