vendor.e7055b005a5e2d7217ba.js:1未捕获的TypeError:无法读取未定义的属性'moduleType'

时间:2019-07-06 10:38:53

标签: javascript node.js angular typescript

我已经在生产服务器上成功创建了一个包,并且在访问我的URL后出现以下错误。我在服务器上有节点版本12.0和angular 7.3。

 "scripts": {
      "ng": "ng",
       "start": "ng serve",
       "build": "ng build --prod --aot --buildOptimizer -- 
        commonChunk --vendorChunk --optimization --progress",
       "test": "ng test",
        "lint": "ng lint",`enter code here`enter link description 
        here
       "e2e": "ng e2e"

},

我正在使用构建脚本在生产服务器上创建捆绑软件 我已经提供了所有模块,并且期望没有错误

0 个答案:

没有答案