Skip to content

Commit

Permalink
Update to node 20 - npm start compile correctly, errors in console wh…
Browse files Browse the repository at this point in the history
…ile opening app in browser
  • Loading branch information
mikozet committed Jul 4, 2024
1 parent f217f31 commit a243845
Show file tree
Hide file tree
Showing 6 changed files with 17,075 additions and 12,032 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"plugins": [
"@babel/plugin-transform-runtime",
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
"@babel/proposal-object-rest-spread",
"@babel/plugin-proposal-optional-chaining",
"@babel/plugin-proposal-nullish-coalescing-operator"
]
}
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
Loading

0 comments on commit a243845

Please sign in to comment.