npm run ionic:build --prod giving strange error

后端 未结 3 854
生来不讨喜
生来不讨喜 2021-01-20 12:10

When I am trying to run npm run ionic:build --prod, it is giving me below errors:

Error: Cannot determine the module for class OverlayPor

3条回答
  •  孤独总比滥情好
    2021-01-20 12:44

    The file you are using to import is the type definitions file with the extension .d.js.

    You should import from the .ts file instead. Check the folder and you should get it

提交回复
热议问题