This website requires JavaScript.
Explore
Discord Server
Help
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-02-19 07:12:48 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
fd364bca18
mc-publish
/
babel.config.cjs
6 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Setup Jest
2021-09-21 10:27:32 +03:00
module
.
exports
=
{
presets
:
[
[
"@babel/preset-env"
,
{
targets
:
{
node
:
"current"
}
}
]
,
Updated testing environment
2022-11-29 13:12:43 +00:00
]
,
Setup Jest
2021-09-21 10:27:32 +03:00
}
;
Reference in a new issue
Copy permalink