1
0
Fork 0
mirror of https://github.com/element-hq/element-web.git synced 2024-12-12 22:51:52 +03:00
element-web/.babelrc

5 lines
198 B
Text
Raw Normal View History

{
"presets": ["react", "es2015", "es2016"],
"plugins": ["transform-class-properties", "transform-object-rest-spread", "transform-async-to-bluebird", "transform-runtime", "add-module-exports"]
}