All Questions
1 question
0
votes
0
answers
2k
views
Add task after angular build with --watch using @angular-builders/custom-webpack
I have this @angular/elements project for which after each build I have to concat all generated file into a single bundle. Something like this
$> ng build els --prod --output-hashing=none
$> ...