Fix ident config position

This commit is contained in:
Rowan Oulton 2017-12-11 08:37:15 -08:00
parent 725fff2829
commit 9c392ae397
1 changed files with 1 additions and 1 deletions

View File

@ -7,8 +7,8 @@ module.exports = {
"./loader1", "./loader1",
{ {
loader: "./loader2", loader: "./loader2",
ident: "loader2",
options: { options: {
ident: "loader2",
f: function() { f: function() {
return "ok"; return "ok";
} }