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",
|
"./loader1",
|
||||||
{
|
{
|
||||||
loader: "./loader2",
|
loader: "./loader2",
|
||||||
options: {
|
|
||||||
ident: "loader2",
|
ident: "loader2",
|
||||||
|
options: {
|
||||||
f: function() {
|
f: function() {
|
||||||
return "ok";
|
return "ok";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue