UNPKG
petrche1
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
my first hexlet project
github.com/PetChe/project-lvl1-s466
PetChe/project-lvl1-s466
petrche1
/
babel.config.js
12 lines
(11 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { presets: [ [
'@babel/preset-env'
, { targets: { node:
'current'
, }, }, ], ], };