File tree Expand file tree Collapse file tree 3 files changed +758
-786
lines changed Expand file tree Collapse file tree 3 files changed +758
-786
lines changed Original file line number Diff line number Diff 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} ;
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments