Includes scratch-gui, scratch-vm, scratch-blocks, scratch-render, scratch-l10n, and deployment config. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
297 B
Plaintext
13 lines
297 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
["react-intl", {
|
|
"messagesDir": "./translations/messages/"
|
|
}]],
|
|
"presets": [
|
|
["@babel/preset-env"],
|
|
"@babel/preset-react"
|
|
]
|
|
}
|