【发布时间】:2018-06-12 08:50:39
【问题描述】:
在生产角度构建期间 (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
....
这是什么意思,如何解决?
【问题讨论】:
标签: angular build production-environment