You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The template comes with both options noEmit and incremental specified which is not supported. Essentially, from what I've read, if you supply noEmit as an option, incremental doesn't do anything for you (because it uses the emitted files that you are specifying to no longer emit).
I am curious if there's a reason maybe outside of the existing conversation on this thread I mentioned above as to why both options are specified?
For us it's more an annoyance at this point since it doesn't affect our builds but I'd still like to understand if maybe there's something we're missing? I think if both options are supposed to be included, it'd be nice to have somewhere this is referenced in the docs and how to quiet the error.