Migrate Babel 6 -> 7 (#1762)
* Migrate Babel 6 -> 7 * Update babel-eslint
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user