ionic-team / ionic-app-scripts

App Build Scripts for Ionic Projects
http://ionicframework.com/
MIT License
608 stars 304 forks source link

ngc / aot compiler errors not being reported #1028

Open jamesgroat opened 7 years ago

jamesgroat commented 7 years ago

Short description of the problem:

ngc / aot compiler errors not being reported.

What behavior are you expecting?

I expect to see ngc / aot compiler errors.

Steps to reproduce:

  1. Start a new blank project.
  2. Modify home.html to bind to something that doesn't exist like {{ blah.should.fail }}
  3. npm run build --aot

Which @ionic/app-scripts version are you using?


global packages:

    @ionic/cli-utils : 1.3.0
    Ionic CLI        : 3.3.0

local packages:

    @ionic/app-scripts              : 1.3.7
    @ionic/cli-plugin-ionic-angular : 1.3.0
    Ionic Framework                 : ionic-angular 3.3.0

System:

    Node       : v7.8.0
    OS         : Windows 10
    Xcode      : not installed
    ios-deploy : not installed
    ios-sim    : not installed```
jaufgang commented 6 years ago

This issue is almost 7 months old. Is this being looked at at all?

jaufgang commented 6 years ago

I see commit d7c7136 by @danbucholtz has the comment:

fix(aot): remove template validation until we can properly handle the error message format

This comment makes it seem like it could be related, except that these issues are much older than the commit. @danbucholtz, can you give any insight into what's going on here?