-
-
Notifications
You must be signed in to change notification settings - Fork 608
Final loader didn't return a Buffer or String #185
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
Comments
Im having the same issue.
output:
|
I resolved my issue, I was trying to import an empty string!
|
Facing same issue. I cross checked I am not even doing any wrong (empty string) import. |
Some time work will , but some time console this Error. so can somebody tell me how to fix it or some solution. Thanks. |
Issues are for feature requests & bugs. All support requests / questions should be done in either the Webpack Gitter or in Stack Overflow w/ the |
You can get this error if you try to use an Injectable, such as a service without adding it to providers. In my case I was accessing a service in |
I was having the issue described in #145 ; however, when I attempt to use es6-promise to add solve the problem (either by calling polyfill or by just setting a promise var I get Final loader didn't return a Buffer or String.
I also get this error if I use css-loader ^0.18.0 as someone suggested.
I'm running node v4.2.2, below is my glupfile.js and package.json
The text was updated successfully, but these errors were encountered: