mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 12:26:40 +07:00
11 lines
194 B
Text
11 lines
194 B
Text
{
|
|
"presets": ["env", "react","stage-2"],
|
|
"plugins": [
|
|
"react-hot-loader/babel",
|
|
"lodash",
|
|
["transform-runtime", {
|
|
"polyfill": false,
|
|
"regenerator": true
|
|
}]
|
|
]
|
|
}
|