UNPKG
svg-arc-next
Version:
latest (2.0.0)
2.0.0
1.0.0
Fork of svg-arc for modernization
github.com/brev/svg-arc-next/tree/main
brev/svg-arc-next
svg-arc-next
/
babel.config.cjs
13 lines
(12 loc)
•
154 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ], ], };