Skip to content
Snippets Groups Projects
.babelrc 261 B
Newer Older
  • Learn to ignore specific revisions
  • chrisgarrity's avatar
    chrisgarrity committed
            "syntax-dynamic-import",
    
            "transform-async-to-generator",
    
            "transform-object-rest-spread",
            ["react-intl", {
                "messagesDir": "./translations/messages/"
            }]],
        "presets": ["es2015", "react"]
    }