Skip to content

Commit c69c8fb

Browse files
authored
Merge pull request #732 from fivetanley/patch-1
add `this._super` call to included hook plugin doc
2 parents 2e94551 + 85072ea commit c69c8fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ module.exports = {
8686
name: 'some-transform',
8787
plugin: SomeTransform
8888
});
89+
90+
this._super.included.apply(this, arguments);
8991
}
9092
};
9193
```

0 commit comments

Comments
 (0)