-
Notifications
You must be signed in to change notification settings - Fork 54
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
Unhandled rejection Error: Invalid arguments #21
Comments
At some point not a size of file, but a whole object is passed into "filesize" method, which fails a build. To fix that, a check what actually should be provided - parameter, or it's possible property "size", needs to be implemented. |
I had this error also, it failed when trying to process my favicon.png file: maybe that's a way to reproduce the error? |
Can you build a test case for this? |
@gajus I'll try if will have some spare time. Also need to remember what actually I've wanted to achieve back then (May 30). Could you point me towards contribution manual? What are you using for unit-testing? (or testing in general) |
Woah. A project without unit tests. How did that happen. Must have been in a rush. :-) Looks like you have a free reign. |
I'm getting this error while trying to force webpack dev server to write files it serves for webpack itself. Most of files are successfuly "written" into a "dest" directory. But it fails at some point with following stack trace, which actually doesn't help to understand a problem:
Settings are all corresponding to a guide provided in README.md. devServer has an outputPath which equals to webpack.output.path.
Any thoughts?
The text was updated successfully, but these errors were encountered: