This builder makes sure using buildable libraries depending on other buildable libraries works as expected, without limiting the current dx with auto-reload when using libraries within apps.
11 lines
279 B
JSON
11 lines
279 B
JSON
{
|
|
"$schema": "@angular-devkit/architect/src/builders-schema.json",
|
|
"builders": {
|
|
"package": {
|
|
"implementation": "./src/builders/package/package.impl",
|
|
"schema": "./src/builders/package/schema.json",
|
|
"description": "Build an Angular library"
|
|
}
|
|
}
|
|
}
|