Skip to content

Commit

Permalink
Merge pull request #732 from fivetanley/patch-1
Browse files Browse the repository at this point in the history
add `this._super` call to included hook plugin doc
  • Loading branch information
ef4 authored Oct 14, 2021
2 parents 2e94551 + 85072ea commit c69c8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ module.exports = {
name: 'some-transform',
plugin: SomeTransform
});

this._super.included.apply(this, arguments);
}
};
```
Expand Down

0 comments on commit c69c8fb

Please sign in to comment.