Skip to content

Commit e6a4e3b

Browse files
authored
fix: resolve babel issues (#165)
1 parent 476a3e3 commit e6a4e3b

File tree

3 files changed

+1213
-2893
lines changed

3 files changed

+1213
-2893
lines changed

apps/cart/.babelrc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"presets": [
3-
"@nrwl/react/babel"
3+
[
4+
"@nrwl/react/babel",
5+
{
6+
"runtime": "automatic"
7+
}
8+
]
49
],
510
"plugins": []
6-
}
11+
}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"@angular/cli": "12.2.4",
6464
"@angular/compiler-cli": "12.2.4",
6565
"@angular/language-service": "12.2.4",
66-
"@babel/preset-react": "7.0.0",
6766
"@ngrx/store-devtools": "12.4.0",
6867
"@nrwl/cli": "12.9.0-beta.3",
6968
"@nrwl/cypress": "12.9.0-beta.3",

0 commit comments

Comments
 (0)