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
2024-11-21 16:00:59 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
995edadc13
mc-publish
/
babel.config.cjs
6 lines
109 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Setup Jest
2021-09-21 03:27:32 -04:00
module
.
exports
=
{
presets
:
[
[
"@babel/preset-env"
,
{
targets
:
{
node
:
"current"
}
}
]
,
Updated testing environment
2022-11-29 08:12:43 -05:00
]
,
Setup Jest
2021-09-21 03:27:32 -04:00
}
;
Reference in a new issue
Copy permalink