mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
7 lines
129 B
Text
7 lines
129 B
Text
|
{
|
||
|
"presets": [
|
||
|
["@babel/preset-env", {"targets": {"browsers": ["Electron"]}}],
|
||
|
"@babel/preset-react"
|
||
|
]
|
||
|
}
|