Files
ThreadNet-Web/.babelrc
T

22 lines
437 B
Plaintext
Raw Normal View History

2016-10-02 17:27:45 +05:30
{
2019-03-28 16:22:17 +00:00
"presets": [
"react",
"es2015",
"es2016"
],
"plugins": [
[
"transform-builtin-extend",
{
"globals": ["Error"]
}
],
"transform-class-properties",
"transform-object-rest-spread",
"transform-async-to-bluebird",
"transform-runtime",
"add-module-exports",
"syntax-dynamic-import"
]
2016-10-02 17:27:45 +05:30
}