UNPKG
pon-shared-pon.universe.frontend.shared.componentlibrary
Version:
latest (1.0.0)
1.0.0
shared components for Pon Universe
pon-shared-pon.universe.frontend.shared.componentlibrary
/
babel.config.js
13 lines
(12 loc)
•
161 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"
} } ] ] };