webpack/loader-runner

Should `result.result` be an array?

igoradamenko opened this issue · 1 comments

Hey there!

I was using the lib and discovered that result.result that I get is an array. But README says:

// result.result: Buffer | String
// The result
// only available when no error occured

I'm not quite sure whether there an error or not, but probably type declaration in the README should be different.

I have the same question too.