Dropping .babelrc in favour of using webpack

This commit is contained in:
2018-10-23 08:20:12 +11:00
parent 87ed8adbe5
commit b4a113e046

View File

@ -1,27 +0,0 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current",
"browsers": [
"Chrome >= 41",
"FireFox >= 44",
"Safari >= 7",
"Explorer 11",
"last 4 Edge versions"
]
},
"useBuiltIns": false
}
],
"@babel/preset-react"
],
"plugins": [
],
"ignore": [
"node_modules"
]
}