Ionic 3: Build in “prod” mode: Cannot find module “.”

前端 未结 5 1037
南旧
南旧 2021-01-18 04:17

we have a large Ionic app that we’re trying to build in production mode since it’s almost ready. The first issue we found is that we w

5条回答
  •  野的像风
    2021-01-18 04:45

    Removing ^ from @ionic/app-scripts and typescript works for me as follows:

    "devDependencies": {
        "@ionic/app-scripts": "3.1.9",
        "typescript": "2.8.3"
      }
    

提交回复
热议问题