Skip to content

Commit 9c392ae

Browse files
committed
Fix ident config position
1 parent 725fff2 commit 9c392ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/configCases/loaders/remaining-request/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ module.exports = {
77
"./loader1",
88
{
99
loader: "./loader2",
10+
ident: "loader2",
1011
options: {
11-
ident: "loader2",
1212
f: function() {
1313
return "ok";
1414
}

0 commit comments

Comments
 (0)