build: rules_nodejs 0.26.0 & use @npm instead of @ngdeps now that downstream angular build uses angular bundles (#28871)
PR Close #28871
This commit is contained in:

committed by
Andrew Kushnir

parent
cd83a43462
commit
ea09430039
1
tools/npm/@angular_bazel/index.js
Executable file
1
tools/npm/@angular_bazel/index.js
Executable file
@ -0,0 +1 @@
|
||||
throw new Error('should never be run');
|
6
tools/npm/@angular_bazel/package.json
Normal file
6
tools/npm/@angular_bazel/package.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": "0.0.0",
|
||||
"bin": {
|
||||
"ngc-wrapped": "./index.js"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user