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
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
When serving my project with app-scripts 1.0.1, I see only 1 tslint warning for an unused import. However, when serving with 1.0.0, I see about 10. For some reason 1.0.1 is not picking up all my unused imports.
What behavior are you expecting?
Correctly log all tslint warnings.
Steps to reproduce:
add several unused imports to project files
ionic serve
not all tslint warnings are showing
Which @ionic/app-scripts version are you using?
1.0.1 (1.0.0 works as expected)
The text was updated successfully, but these errors were encountered:
Short description of the problem:
When serving my project with app-scripts 1.0.1, I see only 1 tslint warning for an unused import. However, when serving with 1.0.0, I see about 10. For some reason 1.0.1 is not picking up all my unused imports.
What behavior are you expecting?
Correctly log all tslint warnings.
Steps to reproduce:
Which @ionic/app-scripts version are you using?
1.0.1 (1.0.0 works as expected)
The text was updated successfully, but these errors were encountered: