scratch-paint/.babelrc

10 lines
194 B
Text
Raw Normal View History

2017-07-26 20:39:12 -04:00
{
2017-08-21 17:58:38 -04:00
"plugins": [
"transform-object-rest-spread",
["react-intl", {
"messagesDir": "./translations/messages/"
}]
],
"presets": ["es2015", "react"],
2017-07-27 07:57:24 -04:00
}