i use webpack to get Angular2 with PrimeNG running. PrimeNG has a dependency to PrimeUI which itself uses themes and in one of them (theme dark) there is an image missing (it is only used for old browser anyway).
But now when i use webpack to load the css file from it, it tells me "Module not found: Error: Cannot resolve 'file' or 'directory' ...
How do i control from outside that css loader or sass loader (not sure who handles it at the end) should just ignore it?
Thank you!