Commit e6f9ea7b authored by James Laver's avatar James Laver Committed by Alexandre Delanoë

Add babelrc

parent 7fdb3809
{
"presets": ["es2015"]
sourceMaps: "inline",
presets: [
["@babel/preset-env", {"useBuiltIns": "usage", "corejs": 3}],
"@babel/preset-react"
],
plugins: []
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment