mirror of https://github.com/webpack/webpack.git
Prevent identToLoaderRequest to return 2 objects with different shapes
This commit is contained in:
parent
f3c9bd01b9
commit
b6042fb937
|
|
@ -43,7 +43,8 @@ const identToLoaderRequest = resultString => {
|
|||
};
|
||||
} else {
|
||||
return {
|
||||
loader: resultString
|
||||
loader: resultString,
|
||||
options
|
||||
};
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue