Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
239 B
Plaintext
10 lines
239 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-proposal-object-rest-spread"
|
|
],
|
|
"presets": [
|
|
["@babel/preset-env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}],
|
|
"@babel/preset-react"
|
|
]
|
|
}
|