mirror of https://github.com/webpack/webpack.git
Fix ident config position
This commit is contained in:
parent
725fff2829
commit
9c392ae397
|
|
@ -7,8 +7,8 @@ module.exports = {
|
|||
"./loader1",
|
||||
{
|
||||
loader: "./loader2",
|
||||
options: {
|
||||
ident: "loader2",
|
||||
options: {
|
||||
f: function() {
|
||||
return "ok";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue