This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lowdefy
Watch
2
Star
0
Fork
0
You've already forked lowdefy
mirror of
https://github.com/lowdefy/lowdefy.git
synced
2025-02-17 14:30:34 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e4d9813135
lowdefy
/
packages
/
cli
/
.babelrc
14 lines
159 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat(cli): init cli with build command
2020-10-23 22:44:09 +08:00
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "12"
}
}
test(cli): add cli tests
2020-10-30 16:50:04 +08:00
],
"@babel/preset-react"
feat(cli): init cli with build command
2020-10-23 22:44:09 +08:00
]
}
Reference in New Issue
Copy Permalink