mirror of
https://github.com/scratchfoundation/scratch-gui.git
synced 2024-11-25 16:26:20 +08:00
f1438f73e3
BREAKING CHANGE: changes layout of output files and browser compatibility
14 lines
349 B
Plaintext
14 lines
349 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",
|
|
"@babel/preset-react"
|
|
]
|
|
}
|