mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
26 lines
427 B
Plaintext
26 lines
427 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"react",
|
||
|
["env",{
|
||
|
"targets": {
|
||
|
"browsers": ["last 5 versions", "safari >= 11"],
|
||
|
"loose": true
|
||
|
}
|
||
|
}]
|
||
|
],
|
||
|
"plugins": [
|
||
|
"react-hot-loader/babel",
|
||
|
"transform-runtime",
|
||
|
"transform-object-rest-spread",
|
||
|
"transform-decorators-legacy"
|
||
|
],
|
||
|
"env": {
|
||
|
"development": {
|
||
|
"presets": ["flow"],
|
||
|
"plugins": [
|
||
|
"flow-runtime"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|