joyent-portal/ui/docs/.babelrc

10 lines
113 B
Plaintext
Raw Normal View History

2016-12-06 13:50:24 +02:00
{
"extends": "../.babelrc",
"presets": [
"es2015"
],
"plugins": [
"react-hot-loader/babel"
]
}