We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 476a3e3 commit e6a4e3bCopy full SHA for e6a4e3b
apps/cart/.babelrc
@@ -1,6 +1,11 @@
1
{
2
"presets": [
3
- "@nrwl/react/babel"
+ [
4
+ "@nrwl/react/babel",
5
+ {
6
+ "runtime": "automatic"
7
+ }
8
+ ]
9
],
10
"plugins": []
-}
11
+}
package.json
@@ -63,7 +63,6 @@
63
"@angular/cli": "12.2.4",
64
"@angular/compiler-cli": "12.2.4",
65
"@angular/language-service": "12.2.4",
66
- "@babel/preset-react": "7.0.0",
67
"@ngrx/store-devtools": "12.4.0",
68
"@nrwl/cli": "12.9.0-beta.3",
69
"@nrwl/cypress": "12.9.0-beta.3",
0 commit comments