Remove yearly presets from repo, inline in standalone (#8274)
These were already deprecated in v6, just didn't remove the folders?
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"presets": ["es2015"]
|
||||
"presets": ["env"]
|
||||
}
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"presets": ["es2015", "react"]
|
||||
"presets": ["env", "react"]
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"presets": ["es2015"],
|
||||
"presets": ["env"],
|
||||
"plugins": [
|
||||
"transform-member-expression-literals",
|
||||
"transform-property-literals"
|
||||
|
||||
Reference in New Issue
Block a user