This website requires JavaScript.
Explore
Help
Register
Sign in
actions
/
mc-publish
Watch
1
Star
0
Fork
You've already forked mc-publish
0
mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced
2025-01-22 18:14:45 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
4f0a182734
mc-publish
/
babel.config.cjs
6 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Setup Jest
2021-09-21 09:27:32 +02:00
module
.
exports
=
{
presets
:
[
[
"@babel/preset-env"
,
{
targets
:
{
node
:
"current"
}
}
]
,
Updated testing environment
2022-11-29 14:12:43 +01:00
]
,
Setup Jest
2021-09-21 09:27:32 +02:00
}
;
Reference in a new issue
Copy permalink