Skip to content

Commit 39db021

Browse files
committed
Update packages and remove Babel plugins
1 parent fb1f15c commit 39db021

File tree

3 files changed

+758
-786
lines changed

3 files changed

+758
-786
lines changed

babel.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,4 @@ module.exports = {
1111
'@babel/preset-typescript',
1212
'@babel/preset-react',
1313
],
14-
plugins: [
15-
'@babel/plugin-proposal-nullish-coalescing-operator', // TODO: Will become unnecessary soon: https://github.com/babel/babel/issues/10690
16-
'@babel/plugin-proposal-optional-chaining', // TODO: Will become unnecessary soon: https://github.com/babel/babel/issues/10690
17-
],
1814
};

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
},
4545
"devDependencies": {
4646
"@babel/core": "^7.7.5",
47-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
48-
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
4947
"@babel/preset-env": "^7.7.6",
5048
"@babel/preset-react": "^7.7.4",
5149
"@babel/preset-typescript": "^7.7.4",

0 commit comments

Comments
 (0)