diff --git a/lib/NormalModuleFactory.js b/lib/NormalModuleFactory.js index beb24a6b9..ef6decfd0 100644 --- a/lib/NormalModuleFactory.js +++ b/lib/NormalModuleFactory.js @@ -43,7 +43,8 @@ const identToLoaderRequest = resultString => { }; } else { return { - loader: resultString + loader: resultString, + options }; } };