mirror of
https://github.com/open-scratch/easy-scratch3.git
synced 2024-11-25 16:36:03 +08:00
14 lines
426 B
Plaintext
14 lines
426 B
Plaintext
{
|
|
"plugins": [
|
|
"@babel/plugin-syntax-dynamic-import",
|
|
"@babel/plugin-transform-async-to-generator",
|
|
"@babel/plugin-proposal-object-rest-spread",
|
|
["react-intl", {
|
|
"messagesDir": "./translations/messages/"
|
|
}]],
|
|
"presets": [
|
|
["@babel/preset-env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}],
|
|
"@babel/preset-react"
|
|
]
|
|
}
|