mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
28 lines
457 B
Plaintext
28 lines
457 B
Plaintext
{
|
|
"presets": [
|
|
"react",
|
|
["env",{
|
|
"targets": {
|
|
"browsers": ["last 5 versions", "safari >= 11"],
|
|
"loose": true
|
|
}
|
|
}],
|
|
"stage-2",
|
|
"stage-3"
|
|
],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"transform-runtime",
|
|
"transform-object-rest-spread",
|
|
"transform-decorators-legacy"
|
|
],
|
|
"env": {
|
|
"development": {
|
|
"presets": ["flow"],
|
|
"plugins": [
|
|
"flow-runtime"
|
|
]
|
|
}
|
|
}
|
|
}
|