Последняя версия с сервера прошлого разработчика
This commit is contained in:
14
nova/.babelrc
Executable file
14
nova/.babelrc
Executable file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"plugins": [
|
||||
"transform-runtime",
|
||||
"transform-vue-jsx",
|
||||
"syntax-jsx",
|
||||
"transform-object-rest-spread"
|
||||
],
|
||||
"presets": [["env"]],
|
||||
"env": {
|
||||
"test": {
|
||||
"presets": [["env", { "targets": { "node": "current" } }]]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user