Files
ThreadNet-Web/.babelrc
T

5 lines
198 B
Plaintext
Raw Normal View History

2016-10-02 17:27:45 +05:30
{
"presets": ["react", "es2015", "es2016"],
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-bluebird", "transform-runtime", "add-module-exports"]
2016-10-02 17:27:45 +05:30
}