For some reason the ng build
, ng test
and ng lint
or I would say all ng commands are not allowed in our pipeline. So I am googling to know the corresponding webpack
commands for each ng
command in Angular8. Angular-cli 7 has the feature to do ng eject
and get the webpack.fonfig.js
. But that is also not supported in angular/cli
version 8.
So my requirement is to configure angular8 project with webpack4 where I should be able to run build test and lint. I got few resources very closely but unfortunately I did't get test and lint.
https://github.com/samteb/angular-7-webpack-4-boilerplate (No test and lint command in package.json) https://v2.angular.io/docs/ts/latest/guide/webpack.html (This is very old)
Please help me with any resource.