Skip to content

Commit 07e25e1

Browse files
committed
build: remove redundant ng-dev unbundled js and update package default export to mjs bundle.
This fixes an issue where the unbundled version was being used. Fixes https://github.com/angular/angular-cli/actions/runs/20734048902/job/59527805888?pr=32189
1 parent 0512a5b commit 07e25e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ng-dev/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ npm_package(
129129
srcs = [
130130
"package.json",
131131
":bundles",
132-
":ng-dev",
133132
":types",
134133
],
135134
package = "@angular/ng-dev",

ng-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"exports": {
88
".": {
99
"types": "./index.d.ts",
10-
"default": "./index.js"
10+
"default": "./bundles/index.mjs"
1111
},
1212
"./*": {
1313
"types": "./*.d.ts",

0 commit comments

Comments
 (0)