mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-11-14 19:35:30 -05:00
9 lines
295 B
Text
9 lines
295 B
Text
{
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
["react-intl", {
|
|
"messagesDir": "./translations/messages/"
|
|
}]
|
|
],
|
|
"presets": [["@babel/preset-env", {"targets": {"browsers": ["last 3 versions", "Safari >= 8", "iOS >= 8"]}}], "@babel/preset-react"]
|
|
}
|