Angular 4错误 - ./src/main.ts中的错误找不到模块:错误:无法解析' ./$$_ gendir / app / app.module.ngfactory'

时间:2018-01-02 16:30:13

标签: angular build production-environment

在生产角度构建期间(ng build --prod),我收到此错误:

ERROR in ./src/main.ts
Module not found: Error: Can't resolve './$$_gendir/app/app.module.ngfactory' in '/Applications/MAMP/htdocs/bandpay/stg-bandpay-client/src'
 @ ./src/main.ts 3:0-74
 @ multi ./src/main.ts

....

这意味着什么,如何解决?

2 个答案:

答案 0 :(得分:1)

解决方案: ng build --env = prod

答案 1 :(得分:-1)

使用ng build --env = prod不会减小构建大小。 文件大小将与开发版本相同。