出于某种原因,ng build
,ng test
和ng lint
,或者我想说我们的管道中不允许使用所有ng命令。因此,我想知道Angular8中每个webpack
命令的相应ng
命令。 Angular-cli 7具有执行ng eject
并获取webpack.fonfig.js
的功能。但这在angular/cli
版本8中也不支持。
所以我的要求是用webpack4配置angular8项目,在这里我应该能够运行build test和lint。我几乎没有足够的资源,但不幸的是我没有得到测试和皮棉。
https://github.com/samteb/angular-7-webpack-4-boilerplate(package.json中没有测试和棉绒命令) https://v2.angular.io/docs/ts/latest/guide/webpack.html(这很老了)
请提供任何资源帮助我。