Skip to content

Commit b6042fb

Browse files
committed
Prevent identToLoaderRequest to return 2 objects with different shapes
1 parent f3c9bd0 commit b6042fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/NormalModuleFactory.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ const identToLoaderRequest = resultString => {
4343
};
4444
} else {
4545
return {
46-
loader: resultString
46+
loader: resultString,
47+
options
4748
};
4849
}
4950
};

0 commit comments

Comments
 (0)