Skip to content

Commit d38a438

Browse files
authored
chore(*): clean up babel configs (#816)
1 parent 5ab7cae commit d38a438

File tree

26 files changed

+26
-65
lines changed

26 files changed

+26
-65
lines changed

extension/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/d3-state-visualizer/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
43
}

packages/d3tooltip/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
43
}

packages/devui/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/map2tree/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
43
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
43
}

packages/react-dock/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"react-hot-loader/babel"
10-
]
7+
"plugins": ["react-hot-loader/babel"]
118
}

packages/react-json-tree/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/react-json-tree/examples/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-app/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-chart-monitor/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-dock-monitor/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-inspector-monitor-test-tab/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"@babel/plugin-transform-runtime"
10-
]
7+
"plugins": ["@babel/plugin-transform-runtime"]
118
}

packages/redux-devtools-inspector-monitor-trace-tab/.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
7+
"plugins": ["@babel/plugin-transform-runtime"]
88
}

packages/redux-devtools-inspector-monitor/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"@babel/plugin-transform-runtime"
10-
]
7+
"plugins": ["@babel/plugin-transform-runtime"]
118
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
43
}

packages/redux-devtools-log-monitor/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-rtk-query-monitor/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-rtk-query-monitor/demo/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"@babel/plugin-transform-runtime"
10-
]
7+
"plugins": ["@babel/plugin-transform-runtime"]
118
}
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
3-
"plugins": ["@babel/plugin-proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
43
}

packages/redux-devtools-slider-monitor/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools-slider-monitor/examples/todomvc/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"react-hot-loader/babel"
10-
]
7+
"plugins": ["react-hot-loader/babel"]
118
}

packages/redux-devtools-utils/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools/.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
"@babel/preset-env",
44
"@babel/preset-react",
55
"@babel/preset-typescript"
6-
],
7-
"plugins": ["@babel/plugin-proposal-class-properties"]
6+
]
87
}

packages/redux-devtools/examples/counter/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"react-hot-loader/babel"
10-
]
7+
"plugins": ["react-hot-loader/babel"]
118
}

packages/redux-devtools/examples/todomvc/.babelrc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44
"@babel/preset-react",
55
"@babel/preset-typescript"
66
],
7-
"plugins": [
8-
"@babel/plugin-proposal-class-properties",
9-
"react-hot-loader/babel"
10-
]
7+
"plugins": ["react-hot-loader/babel"]
118
}

0 commit comments

Comments
 (0)