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.
node16-broken
1 parent 678eb58 commit 3d253e3Copy full SHA for 3d253e3
packages/angular_devkit/build_angular/BUILD.bazel
@@ -284,10 +284,6 @@ ts_library(
284
285
LARGE_SPECS = {
286
"app-shell": {
287
- "tags": [
288
- # TODO: node crashes with an internal error on node16
289
- "node16-broken",
290
- ],
291
},
292
"dev-server": {
293
"shards": 10,
@@ -328,7 +324,6 @@ LARGE_SPECS = {
328
324
"server": {
329
325
"extra_deps": [
330
326
"@npm//@angular/animations",
331
- "@npm//@angular/platform-server",
332
327
],
333
334
"ng-packagr": {},
0 commit comments