-
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
lots of warnings with primeng #541
Comments
This is a PrimeNG issue not something with the starter, please look there: |
@MarkPieszak I've already opened the issue there, they told me to open it here! |
the warning are a problem with their source maps. you need to ignore them here https://github.com/AngularClass/angular2-webpack-starter/blob/master/config/webpack.common.js#L110...L115 |
Thank you so much @gdi2290 problem solved. |
I created the primeng branch for anyone who wants to debug the issue. I'll have an offical branch later in the month |
how to fix in webpack.dev.js file? Mine run in webpack dev enviroment and I dont know where to fix, here is my webpack.dev.js file: http://pastie.org/10875854 @gdi2290 |
can you exclude it |
Ahh got it, took the suggestion and it worked. link |
Hi, I'm trying to integrate PrimeNG in my project, It works fine, but I get a lot of warnings (+75 warnings).
warning:
Cannot find source file 'uitreenode.ts': Error: Cannot resolve 'file' or 'directory' ./uitreenode.ts in C:\myproject\node_modules\primeng\components\tree
How can I remove them?
The text was updated successfully, but these errors were encountered: