mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
Config file format cleanup
This commit is contained in:
parent
9e582092e1
commit
3dbee65dcd
2 changed files with 18 additions and 9 deletions
25
.babelrc
25
.babelrc
|
|
@ -1,13 +1,22 @@
|
|||
{
|
||||
"presets": [
|
||||
"react",
|
||||
["es2015", {modules: false}]
|
||||
],
|
||||
"plugins": ["transform-object-rest-spread"],
|
||||
"env": {
|
||||
"test": {
|
||||
"presets": ["react", "es2015"],
|
||||
[
|
||||
"es2015",
|
||||
{
|
||||
"modules": false
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"transform-object-rest-spread"
|
||||
],
|
||||
"env": {
|
||||
"test": {
|
||||
"presets": [
|
||||
"react",
|
||||
"es2015"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
"ecmaFeatures": {
|
||||
"jsx": true,
|
||||
"experimentalObjectRestSpread": true
|
||||
},
|
||||
}
|
||||
},
|
||||
"plugins": [
|
||||
"react",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue