wagtail/.babelrc

8 wiersze
74 B
Plaintext

{
"presets": [
"es2015",
"react"
],
"plugins": ["lodash"]
}