Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.babelrc 261 B
{
    "plugins": [
        "syntax-dynamic-import",
        "transform-async-to-generator",
        "transform-object-rest-spread",
        ["react-intl", {
            "messagesDir": "./translations/messages/"
        }]],
    "presets": ["es2015", "react"]
}