Skip to content

Commit

Permalink
fix: resolve babel issues (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Sep 3, 2021
1 parent 476a3e3 commit e6a4e3b
Show file tree
Hide file tree
Showing 3 changed files with 1,213 additions and 2,893 deletions.
9 changes: 7 additions & 2 deletions apps/cart/.babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"presets": [
"@nrwl/react/babel"
[
"@nrwl/react/babel",
{
"runtime": "automatic"
}
]
],
"plugins": []
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"@angular/cli": "12.2.4",
"@angular/compiler-cli": "12.2.4",
"@angular/language-service": "12.2.4",
"@babel/preset-react": "7.0.0",
"@ngrx/store-devtools": "12.4.0",
"@nrwl/cli": "12.9.0-beta.3",
"@nrwl/cypress": "12.9.0-beta.3",
Expand Down
Loading

0 comments on commit e6a4e3b

Please sign in to comment.