Recv/.babelrc

8 lines
173 B
Plaintext
Raw Normal View History

2018-03-19 06:48:05 +00:00
{
"plugins": [
"syntax-dynamic-import",
"transform-es2015-arrow-functions",
"transform-es2015-shorthand-properties",
"transform-es2015-block-scoping"
]
2018-03-19 06:48:05 +00:00
}