mirror of
https://github.com/wassname/talk.git
synced 2026-07-07 09:05:03 +08:00
changes to babelrc
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
+2
-3
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"presets": [
|
||||
"es2015"
|
||||
],
|
||||
"plugins": [
|
||||
"add-module-exports",
|
||||
"transform-class-properties",
|
||||
"transform-decorators-legacy",
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
]
|
||||
}
|
||||
@@ -325,8 +325,7 @@ While building your plugin you need to specify a `.eslintrc.json` file and a`.ba
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
+1
-2
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
["transform-react-jsx": {"polyfill": false}],
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
@@ -9,7 +9,6 @@
|
||||
"transform-object-assign",
|
||||
"transform-object-rest-spread",
|
||||
"transform-async-to-generator",
|
||||
"transform-react-jsx",
|
||||
["transform-runtime", {"polyfill": false}]
|
||||
"transform-react-jsx"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user