This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
vue-formulario
Watch
1
Star
0
Fork
0
You've already forked vue-formulario
mirror of
synced
2024-11-22 13:26:06 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
63a7c88905
vue-formulario
/
babel.config.js
14 lines
177 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit of the version 2 rewrite
2019-10-07 17:24:30 +03:00
module
.
exports
=
{
env
:
{
Removes debugging artifacts for Travis CI troubleshooting
2019-11-02 04:03:01 +03:00
test
:
{
Initial commit of the version 2 rewrite
2019-10-07 17:24:30 +03:00
presets
:
[
[
'@babel/preset-env'
,
{
targets
:
{
Sets node target to version 9
2019-11-01 23:21:16 +03:00
node
:
'9'
Initial commit of the version 2 rewrite
2019-10-07 17:24:30 +03:00
}
}
]
]
}
}
}
Reference in New Issue
Copy Permalink