Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird warnings/errors in webpack output #71

Closed
jskrzypek opened this issue Apr 7, 2017 · 3 comments
Closed

Weird warnings/errors in webpack output #71

jskrzypek opened this issue Apr 7, 2017 · 3 comments

Comments

@jskrzypek
Copy link
Contributor

jskrzypek commented Apr 7, 2017

I'm getting a lot of these sorts warnings in my wepback output with tslint-loader@3.5.1 & tslint@5.0.0:

WARNING in ../ui/components/modal/components/dialog-actionsheet/dialog-actionsheet.component.ts


 @ ../ui/components/modal/index.ts 12:9-80
 @ ../app/shared/maps/maps.component.ts
 @ ../app/dashboard/menu/menu.component.ts
 @ ./module.ts
 @ ./bootstrap.ts

They appear to be empty. I tried reverting the changes in my PR that fixed the NonErrorEmittedErrors from webpack, but that just wrapped the empty warnings in NonErrorEmittedErrors...

I'm guessing this might be an interaction between tslint-loader & tslint^5? Not really sure where to start investigating.

@twjacobsen
Copy link

I see this as well. Makes it very hard to see what files actually contain warnings. Same lib versions as @jskrzypek

@Kukkimonsuta
Copy link
Contributor

Kukkimonsuta commented Apr 8, 2017

#72

Before this gets merged you can also use the fix directly by referencing it in package.json as 'tslint-loader': 'git+https://github.com/wbuchwalter/tslint-loader.git#fix-empty-warning-reports', though don't forget to change it back once it gets merged.

@sonicoder86
Copy link
Collaborator

Released with 3.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants