scratch-l10n/.babelrc

8 lines
94 B
Text
Raw Normal View History

{
"plugins": [
"transform-object-rest-spread"
],
"presets": ["es2015"]
}