We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb6685 commit 757bd25Copy full SHA for 757bd25
src/loader.js
@@ -201,7 +201,7 @@ export function pitch(request) {
201
}
202
203
const count = identifierCountMap.get(dependency.identifier) || 0;
204
- const { CssDependency } = MiniCssExtractPlugin.getCssDependency(webpack)
+ const CssDependency = MiniCssExtractPlugin.getCssDependency(webpack);
205
206
if (!CssDependency) {
207
throw new Error(
0 commit comments