Angular8中每个ng命令的对应Webpack命令

时间:2019-11-18 10:23:35

标签: angular unit-testing angular8 webpack-4 karma-webpack

出于某种原因,ng buildng testng 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(这很老了)

请提供任何资源帮助我。

0 个答案:

没有答案