Dropping .babelrc in favour of using webpack
This commit is contained in:
27
.babelrc
27
.babelrc
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
Reference in New Issue
Block a user