13 lines
279 B
Text
13 lines
279 B
Text
{
|
|
"presets": [
|
|
"@babel/env",
|
|
"@babel/react",
|
|
"@babel/flow"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-runtime",
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
"lodash"
|
|
]
|
|
}
|