Commit 2302c4f8 authored by James Laver's avatar James Laver

Add babelrc

parent 8756c71a
{ {
"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