Migrate Babel 6 -> 7 (#1762)

* Migrate Babel 6 -> 7

* Update babel-eslint
This commit is contained in:
Paulus Schoutsen
2018-10-13 11:25:03 +02:00
committed by GitHub
parent ca93c2cfcd
commit 3bcd0ddc46
5 changed files with 831 additions and 701 deletions
+2 -2
View File
@@ -22,9 +22,9 @@ module.exports = {
options: {
plugins: [
// Only support the syntax, Webpack will handle it.
"syntax-dynamic-import",
"@babel/syntax-dynamic-import",
[
"transform-react-jsx",
"@babel/transform-react-jsx",
{
pragma: "h",
},