Remove env preset and decorator plugin

This commit is contained in:
Jason Miller
2018-04-18 14:44:43 -04:00
parent 3b47ee6fe5
commit c5e3f9e737

View File

@@ -1,27 +1,5 @@
{
"presets": [
[
"env",
{
"loose": true,
"uglify": false,
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
"not android>0",
"not ie>0"
]
},
"exclude": [
"transform-regenerator",
"transform-es2015-typeof-symbol"
]
}
]
],
"plugins": [
"transform-decorators-legacy",
"transform-class-properties",
"transform-react-constant-elements",
"transform-react-remove-prop-types",