正在使用我的文件制作
npm运行构建---c prod
npm运行构建---c --prod
以上我都需要--prod和prod的区别,虽然运行都已经在运行,但是--prod快速运行并且prod系统挂起并花费时间,并且谁能澄清我有关在命令提示符下使用(-)的信息>
答案 0 :(得分:0)
-prod 选项将使Angular减小应用程序的大小。 这就是--prod更快的原因。
摘自文档:
--prod=true|false
Shorthand for "--configuration=production". When true, sets the build configuration to the production target. By default, the production target is set up in the workspace configuration such that all builds make use of bundling, limited tree-shaking, and also limited dead code elimination.
对于 ng build --prod --build-optimizer