mirror of
https://github.com/gurnec/removeddit.git
synced 2026-03-11 08:54:27 +00:00
10 lines
No EOL
182 B
Text
10 lines
No EOL
182 B
Text
{
|
|
"presets": [
|
|
"@babel/preset-react",
|
|
"@babel/preset-es2015"
|
|
],
|
|
"plugins": [
|
|
"@babel/plugin-transform-async-to-generator",
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
]
|
|
} |