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 88611c7 commit 2d80b4bCopy full SHA for 2d80b4b
packages/angular-ivy/package.json
@@ -61,5 +61,16 @@
61
"volta": {
62
"extends": "../../package.json"
63
},
64
- "sideEffects": false
+ "sideEffects": false,
65
+ "nx": {
66
+ "targets": {
67
+ "build:transpile": {
68
+ "dependsOn": [
69
+ "^build:transpile",
70
+ "^build:transpile:uncached",
71
+ "^build:types"
72
+ ]
73
+ }
74
75
76
}
packages/angular/package.json
@@ -65,5 +65,16 @@
77
78
79
80
0 commit comments