fix(angular): expose executors sources (#8368)
* fix(angular): expose executors sources
when having custom builder relying on yours, explicit access to executors directory is now required with ng13. Otherwise calls such as `require("@nrwl/angular/src/executors/package/package.impl");` do not work anymore
* feat(angular): expose only executor functions
Co-authored-by: Colum Ferry <cferry09@gmail.com>
This commit is contained in:
parent
eabeebcb2d
commit
a7a7c55ff5
3
packages/angular/executors.ts
Normal file
3
packages/angular/executors.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export * from './src/executors/delegate-build/delegate-build.impl';
|
||||
export * from './src/executors/ng-packagr-lite/ng-packagr-lite.impl';
|
||||
export * from './src/executors/package/package.impl';
|
||||
@ -19,6 +19,7 @@
|
||||
],
|
||||
"exports": {
|
||||
"./generators": "./generators.js",
|
||||
"./executors": "./executors.js",
|
||||
"./tailwind": "./tailwind.js",
|
||||
"./src/generators/utils": "./src/generators/utils/index.js"
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user