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