mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 05:32:25 -05:00
13 lines
331 B
Text
13 lines
331 B
Text
{
|
|
"presets": [
|
|
["@babel/preset-env", {
|
|
"targets": {
|
|
"browsers": [
|
|
"node >= 16", // Electron's main process
|
|
"chrome >= 63" // Electron's render process (see Scratch FAQ)
|
|
]
|
|
}
|
|
}],
|
|
"@babel/preset-react"
|
|
]
|
|
}
|