mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
9 lines
194 B
Text
9 lines
194 B
Text
{
|
|
"plugins": [
|
|
"transform-object-rest-spread",
|
|
["react-intl", {
|
|
"messagesDir": "./translations/messages/"
|
|
}]
|
|
],
|
|
"presets": ["es2015", "react"],
|
|
}
|